[Zope3-dev] Re: [Python-Dev] Holes in time

Guido van Rossum guido@python.org
Fri, 03 Jan 2003 13:39:44 -0500


> Now, for current time zones, the C lib is a good source
> of information, so I don't see why you wouldn't want to
> use it.

It seems you haven't been following this discussion.  The issue is not
how to get information about timezones.  The issue is, given an API
that implements an almost-but-not-quite-reversible function from local
time to UTC, how to invert that function.

Please go read the datetime Wiki before commenting further in this
thread.

--Guido van Rossum (home page: http://www.python.org/~guido/)