Brian Curtin <cur...@acm.org> added the comment:

Using time.daylight is incorrect. time.daylight specifies the number of hours 
that the daylight offset is, not a flag to specify whether or not daylight 
savings time is in effect.

Steven's suggestion of using time.localtime().tm_isdst seems to be the better 
route.

----------
priority:  -> normal
stage:  -> patch review

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

Reply via email to