On 18 August 2014 20:03 "Ian Kelly" <ian.g.ke...@gmail.com> wrote: > I also don't know why pytz shows the LMT offset in the repr for those > timezones instead of the current UTC offset.
If pytz objects do not have a datetime object attached, they default to the first ever entry, which is usually LMT. This can be problematic, as there are ways to attach a ~100 years ago time zone object to a 2014 date. -- Chris “Kwpolska” Warrick <http://chriswarrick.com/> Sent from my SGS3.
-- https://mail.python.org/mailman/listinfo/python-list