This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author belopolsky
Recipients belopolsky
Date 2016-09-14.19:17:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473880626.53.0.480703935063.issue28157@psf.upfronthosting.co.za>
In-reply-to
Content
The time module defines timezone, altzone, tzname and daylight constants that store information about system timezone.  This information is derived  from the timezone rules that are in effect at the module loading time, but may be incorrect for the times in the past.  The documentation should warn the user about this and recommend using the tm_zone and tm_gmtoff attributes in the result of time.localtime() to obtain timezone information.  See #22799 and msg148208.
History
Date User Action Args
2016-09-14 19:17:06belopolskysetrecipients: + belopolsky
2016-09-14 19:17:06belopolskysetmessageid: <1473880626.53.0.480703935063.issue28157@psf.upfronthosting.co.za>
2016-09-14 19:17:06belopolskylinkissue28157 messages
2016-09-14 19:17:06belopolskycreate