anatoly techtonik <techto...@gmail.com> added the comment: You are right. ----[pydst.py]------ import time
print time.asctime() print time.localtime().tm_isdst print time.daylight -------------------- Tue Feb 09 10:31:47 2010 0 1 Sun May 09 10:33:20 2010 1 1 There is already an issue #7229 to correct the docs. I'll adjust my patch accordingly. Thanks for collaboration. ---------- _______________________________________ 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