Daniel Holmes <d...@djcentric.com> added the comment:

I wanted to note here... I've been trying to get strptime to work with the 
types of dates specified in this request and came across a documentation bug 
here: https://docs.python.org/3.5/library/time.html#time.strptime

You can see that the %z attribute's examples given have colons in them while 
the format specified is +HHMM rather than +HH:MM which the examples illude to.

----------
nosy: +jaitaiwan

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue15873>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to