Re: [Zope3-dev] Changing DC timeannotators to use UTC timezone

2005-07-13 Thread Gary Poster
On Jul 13, 2005, at 3:11 PM, Stephan Richter wrote: On Wednesday 13 July 2005 15:04, Gary Poster wrote: May I proceed? +1 OK, done. I'll share my conversion script when I write it. It might not be usable for everyone, but it should at least be a start. Gary

Re: [Zope3-dev] Changing DC timeannotators to use UTC timezone

2005-07-13 Thread Stephan Richter
On Wednesday 13 July 2005 15:04, Gary Poster wrote: > May I proceed? +1 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] Changing DC timeannotators to use UTC timezone

2005-07-13 Thread Gary Poster
As we agreed on this list many months ago, I'd like to change the zope code to use the UTC timezone explicitly, rather than utcnow (datetime.datetime.utcnow() -> datetime.datetime.now(pytz.utc). I only plan to change this in one place: zope/app/dublincore/ timeannotators.py. The reason I