[Zope] Problem with strftime.

2005-10-13 Thread Jason C. Leach
Hi: If I use this line in a Python script: print row['end_date'], row['end_date'].strftime('%d') I get: 2005/10/13 12 You can see the day is out by one. Should be 13, but is gets converted as 12. So I'm curious what's up with that? Zope Version (Zope 2.8.1-final, python 2.4.0,

Re: [Zope] Problem with strftime.

2005-10-13 Thread Andreas Jung
--On 13. Oktober 2005 14:46:26 -0700 Jason C. Leach [EMAIL PROTECTED] wrote: Hi: If I use this line in a Python script: print row['end_date'], row['end_date'].strftime('%d') I get: 2005/10/13 12 You can see the day is out by one. Should be 13, but is gets converted as 12. So I'm