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 jamesh
Recipients
Date 2007-03-01.10:09:32
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The localtime_tz() function sounds like it would probably fit the bill.

Another option would be to expose tm_gmtoff and tm_zone as non-sequence fields of time.struct_time for systems that support them.  This would provide the data without needing new APIs.
History
Date User Action Args
2007-08-23 14:51:37adminlinkissue1647654 messages
2007-08-23 14:51:37admincreate