Bugs item #1390605, was opened at 2005-12-26 15:58 Message generated for change (Comment added) made by birkenfeld You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1390605&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Documentation Group: None >Status: Closed >Resolution: Invalid Priority: 5 Submitted By: Nikos Kouremenos (nkour) Assigned to: Nobody/Anonymous (nobody) Summary: time docs lack %F in strftime! Initial Comment: time.strftime('%F', t) '2005-12-26' but docs hide it they may hide more ;( :( ---------------------------------------------------------------------- >Comment By: Reinhold Birkenfeld (birkenfeld) Date: 2005-12-26 19:01 Message: Logged In: YES user_id=1188172 strftime uses the platform's C library, which happens to support %F on your box. As the docs explicitly tell you: "Additional directives may be supported on certain platforms, but only the ones listed here have a meaning standardized by ANSI C." ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1390605&group_id=5470 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com