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 ammar2
Recipients adamwill, ammar2, belopolsky, jwilk
Date 2017-06-25.05:22:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498368170.39.0.0930284673474.issue30062@psf.upfronthosting.co.za>
In-reply-to
Content
Closing this since as you pointed out this behavior is already documented.

As an aside, seeing as you guys already have pytz as a dependency. Instead of fixing this with tzset you can also just explicitly do datetime.datetime.fromtimestamp(time, pytz.timezone(os.environ['TZ']))
History
Date User Action Args
2017-06-25 05:22:50ammar2setrecipients: + ammar2, belopolsky, jwilk, adamwill
2017-06-25 05:22:50ammar2setmessageid: <1498368170.39.0.0930284673474.issue30062@psf.upfronthosting.co.za>
2017-06-25 05:22:50ammar2linkissue30062 messages
2017-06-25 05:22:50ammar2create