strftime test for Sun Mar 21 11:12:03 2004 Strftime test, platform: win32, Python version: 2.3.3 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sun Mar 21 11:12:03 2004, but got 03/21/04 11:12:03 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Does not appear to support '%D' format (mm/dd/yy) Does not appear to support '%e' format (day of month as number, blank padded ( 0-31)) Does not appear to support '%h' format (abbreviated month name) Does not appear to support '%k' format (hour, blank padded ( 0-23)) Does not appear to support '%n' format (newline character) Does not appear to support '%r' format (%I:%M:%S %p) Does not appear to support '%R' format (%H:%M) Does not appear to support '%s' format (seconds since the Epoch in UCT) Does not appear to support '%t' format (tab character) Does not appear to support '%T' format (%H:%M:%S) Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth): Expected 004, but got y