Message6652

Author alexeyts
Recipients alexeyts
Date 2011-09-25.12:00:29
SpamBayes Score 0.0003079187
Marked as misclassified No
Message-id <1316952030.21.0.266220677439.issue1800@psf.upfronthosting.co.za>
In-reply-to
Content
There's a problem with strptime for a concrete date & time.
Specifically, for april 1st 2011, 2am, the hour gets shifted one hour ahead.
This happens only for this specific date and hour.

>>> print datetime.strptime('1/4/2011 02:00:00', '%d/%m/%Y %H:%M:%S')
2011-04-01 03:00:00
History
Date User Action Args
2011-09-25 12:00:30alexeytssetrecipients: + alexeyts
2011-09-25 12:00:30alexeytssetmessageid: <1316952030.21.0.266220677439.issue1800@psf.upfronthosting.co.za>
2011-09-25 12:00:30alexeytslinkissue1800 messages
2011-09-25 12:00:29alexeytscreate