Re: datetime.stdptime help

2008-05-28 Thread Mike Driscoll
On May 28, 12:19 pm, mblume <[EMAIL PROTECTED]> wrote: > Am Tue, 27 May 2008 12:37:34 -0700 schrieb Dennis Lee Bieber: > > >    From the library reference: > > """ > > Support for the %Z directive is based on the values contained in tzname > > and whether daylight is true. Because of this, it is pl

Re: datetime.stdptime help

2008-05-28 Thread mblume
Am Tue, 27 May 2008 12:37:34 -0700 schrieb Dennis Lee Bieber: > > From the library reference: > """ > Support for the %Z directive is based on the values contained in tzname > and whether daylight is true. Because of this, it is platform-specific > except for recognizing UTC and GMT which ar

Re: datetime.stdptime help

2008-05-28 Thread Laszlo Nagy
Out of curiosity -- just what zone /is/ "BDT"... The only thing that comes to mind is a type for "BST" (British Summer Time) I think you are right. This date string was taken from a .co.uk site. :-) My fault. It was a 3 letter code after a date, I was sure that it is a time zone. A