[issue6641] strptime doesn't support %z format ?

2009-08-20 Thread David House
David House added the comment: Yes and no. Firstly, %z isn't listed as deprecated in the documentation of the time module's strftime -- although %Z is (note differing case). Secondly, I still think the bug is invalid, because the documentation of datetime.datetime.strptime says

[issue6641] strptime doesn't support %z format ?

2009-08-04 Thread David House
David House added the comment: >From the documentation from time.strptime() (which acts the same as datetime.strptime()): "Only the directives specified in the documentation [of time.strftime()] are supported. Because strftime() is implemented per platform it can sometimes of