[issue21380] timezone support in strftime methods broken

Ned Deily report at bugs.python.org
Wed Apr 30 18:48:26 CEST 2014


Ned Deily added the comment:

As Jayanth points out, datetime objects are deliberately time zone "naive" by default; please read https://docs.python.org/2/library/datetime.html and https://docs.python.org/2/library/datetime.html#tzinfo-objects for more information.  Also see https://pypi.python.org/pypi/pytz/.

----------
nosy: +ned.deily
resolution:  -> not a bug
status: open -> closed

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


More information about the Python-bugs-list mailing list