[issue12750] datetime.strftime('%s') should respect tzinfo

Alexander Belopolsky report at bugs.python.org
Sun Jun 29 20:30:02 CEST 2014


Alexander Belopolsky added the comment:

+        t = datetime(1969, 1, 1, 0,0,0, 600000, tzinfo=timezone.utc)

Please add spaces after commas.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12750>
_______________________________________


More information about the Python-bugs-list mailing list