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

Brian Curtin report at bugs.python.org
Sun Jan 10 19:57:55 CET 2010


Brian Curtin <curtin at acm.org> added the comment:

http://msdn.microsoft.com/en-us/library/2t504ch6%28VS.80%29.aspx has some info for how this is implemented on Windows, and I get the same results on my Mac. 

On Linux an AttributeError is raised time.struct_time not having an attribute is_dst, and time.daylight matches the other two platforms.

----------

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


More information about the Python-bugs-list mailing list