[issue15065] strftime format string %F %T consistency problem

2012-06-14 Thread R. David Murray
R. David Murray added the comment: The reason the codes are not documented is that they are not supported. Because we delegate to the system strftime, they happen to work. To change that the most sensible thing would be to have our own strftime implementation, which makes this essentially a

[issue15065] strftime format string %F %T consistency problem

2012-06-14 Thread Kevin
New submission from Kevin : When using %F and %T in strftime on Mac and Linux the function works as expected, but it fails on Windows. Although these format strings are not in the Python documentation, the inconsistent behavior should be noted or corrected. If possible, the %F and %T could b