[issue7582] [patch] diff.py to use iso timestamp

anatoly techtonik report at bugs.python.org
Sat Jan 9 17:58:31 CET 2010


anatoly techtonik <techtonik at gmail.com> added the comment:

New version detects DST using time.daylight flag.

utcoffset = -(time.altzone if time.daylight else time.timezone) // 60

----------
Added file: http://bugs.python.org/file15798/diff.py_iso_timestamps_true_with_dst.diff

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


More information about the Python-bugs-list mailing list