Could someone explain this DateTime behaviour to me?
AS in is this the expected/intended behaviour or could this be classified as a bug? --- bobobase_modification_time 2000/09/02 08:49:48.326 GMT+2 bobobase_modification_time().toZone('GMT+2') 2000/09/02 12:49:48.326 GMT+2 bobobase_modification_time fmt="%Y-%m-%d %H:%M" 2000-09-02 12:49 --- Thanks, /dario - -------------------------------------------------------------------- Dario Lopez-Kästen Systems Developer Chalmers Univ. of Technology dario@ita.chalmers.se ICQ will yield no hits IT Systems & Services
Dario Lopez-KXsten wrote:
AS in is this the expected/intended behaviour or could this be classified as a bug?
---
bobobase_modification_time 2000/09/02 08:49:48.326 GMT+2
bobobase_modification_time().toZone('GMT+2') 2000/09/02 12:49:48.326 GMT+2
bobobase_modification_time fmt="%Y-%m-%d %H:%M" 2000-09-02 12:49
---
What version of Zope are you using? Various timezone bugs in DateTime.py were fixed in the latest version of Zope. -- Steve Alexander Software Engineer Cat-Box limited http://www.cat-box.net
participants (2)
-
Dario Lopez-K�sten -
Steve Alexander