Different output of strftime in GCC/Cygwin compared to other compilers/OS

DJ Delorie dj@delorie.com
Tue Aug 22 08:14:00 GMT 2000


Linux's documentation just states that %x is "The preferred date
representation for the current locale without the time."  It doesn't
say that a specific format is required.  The opengroup's spec says
something similar.

If you need a specific format, you have to build it yourself with
"%m/%d/%y %H:%M:%S"

On the other hand, if you want to change it, you can submit a changlog
entry and patch against CVS to newlib@sources.redhat.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com



More information about the Cygwin mailing list