This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]