Re: [Zope] Re: Help with DateTime.earliestTime()

2007-08-27 Thread Eric Thomas
On 8/27/07, Dieter Maurer [EMAIL PROTECTED] wrote: Andreas Jung wrote at 2007-8-26 21:23 +0200: ... If you can: use Python's datetime module. DateTime is broken in many ways. If it handles daytime saving and addition by some float days -- it will not have any chance... If it does not

[Zope] Help with DateTime.earliestTime()

2007-08-25 Thread Eric Thomas
I've been having a site problem that I've tracked down to DateTime. Simply enough, the code snippets below both try to add 31 days to the first day in October. I'm expecting this to result in the first day of November. Good Example: from DateTime import DateTime start=DateTime('2005/10/01