Re: [Zope3-dev] Timezones

2005-09-08 Thread Stephan Richter
On Thursday 08 September 2005 09:46, Florent Guillaume wrote:
> I'm seeing lots of discussion about timezone handling, but I'm afraid I
> haven't quite grasped the problem, and why an additional module pytz is
> needed in addition to the standard datetime, if everyone uses UTC? Is
> standard python datetime buggy?

People might enter timezoned datetimes and we also want to output timezoned 
datetimes. That's what pytz is used for.

Regards,
Stephan
-- 
Stephan Richter
CBU Physics & Chemistry (B.S.) / Tufts Physics (Ph.D. student)
Web2k - Web Software Design, Development and Training
___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com



Re: [Zope3-dev] Timezones

2005-09-08 Thread Lennart Regebro
On 9/8/05, Florent Guillaume <[EMAIL PROTECTED]> wrote:
> I'm seeing lots of discussion about timezone handling, but I'm afraid I
> haven't quite grasped the problem, and why an additional module pytz is
> needed in addition to the standard datetime, if everyone uses UTC? Is
> standard python datetime buggy?

No, but it doesn't actually include any timezones... only support to make them.

-- 
Lennart Regebro, Nuxeo http://www.nuxeo.com/
CPS Content Management http://www.cps-project.org/
___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com