Brad Clements wrote:
> Yesterday I switched my Linux machines to use clockspeed 0.62 and
> therefore had to switch to the right/EST5EDT timezone.
> 
> Today my client calls rather upset that lots of data has disappeared
> from his database, etc..

Interesting, I've been using right/US/Pacific myself for ages but I
never experienced any pain from it.  Then again, I never noticed
DateTime was getting stuff wrong until you pointed this out.
 
> >>> y = DateTime.DateTime(dx) y
> DateTime('2003/12/01')
> >>> y.strftime("%a %b. %d")
> 'Sun Nov. 30'
> >>> y.strftime("%a %b %d %H:%M:%S")
> 'Sun Nov 30 23:59:38'

Lovely.  Its always bugged me that DateTime carried all its own zone
information, but I guess even the datetime python modules punt in this
regard.  What I'm currious to know is how this caused problems for
you, or your clients.  I'd like to avoid those problems myself if I
can help it.

-- 
Jamie Heilman                     http://audible.transient.net/~jamie/
"Paranoia is a disease unto itself, and may I add, the person standing
 next to you may not be who they appear to be, so take precaution."
                                                -Sathington Willoughby

_______________________________________________
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )

Reply via email to