Missing something about timezones

Skip Montanaro skip.montanaro at gmail.com
Mon Mar 14 12:29:21 EDT 2016


On Mon, Mar 14, 2016 at 11:20 AM, Ian Kelly <ian.g.kelly at gmail.com> wrote:
> Note that the above example is technically incorrect since
> datetime.now() returns local time and I'm not in the Chicago timezone,
> but it demonstrates the process.
>
> Also, if you haven't already read the pytz documentation, you should.
> http://pythonhosted.org/pytz/

Thanks. I have remained pretty naive about timezones (sorry for the
pun). The platform I use actually does the right thing, but like a
dope I failed to use the mechanisms it provided.

Skip



More information about the Python-list mailing list