Re: Python 2.4.1-1 time.altzone does not include DST offset

2006-05-19 Thread Jason Tishler
Christian, On Thu, May 18, 2006 at 09:44:45PM +0200, Christian Franke wrote: > Thanks for this quick release! You are quite welcome. Thanks, Jason -- PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers Fingerprint: 7A73 1405 7F2B E669 C19D 8784 1AFD E4CC ECF4 8EF6 -- Unsubscr

Re: Python 2.4.1-1 time.altzone does not include DST offset

2006-05-18 Thread Christian Franke
Jason, [...] Done. http://sourceforge.net/tracker/index.php?func=detail&aid=1490224&group_id=5470&atid=305470 Since your patch was accepted, I have applied it to the Cygwin Python 2.4.3-1 package that I just released. time.altzone is now OK and rdiff-backup [Maybe ITP] now works

Re: Python 2.4.1-1 time.altzone does not include DST offset

2006-05-18 Thread Jason Tishler
Christian, On Wed, May 17, 2006 at 02:56:08PM +0200, Christian Franke wrote: > Jason Tishler wrote: > > Sorry, but I'm timezone challenged. So, I recommend submitting your > > patch to http://sourceforge.net/tracker/?group_id=5470&atid=305470 for > > consideration. > > Done. > http://sourceforge

Re: Python 2.4.1-1 time.altzone does not include DST offset

2006-05-17 Thread Christian Franke
Jason Tishler wrote: > ... > > Sorry, but I'm timezone challenged. So, I recommend submitting your > patch to http://sourceforge.net/tracker/?group_id=5470&atid=305470 for > consideration. Done. http://sourceforge.net/tracker/index.php?func=detail&aid=1490224&group_id=5470&atid=305470 Christian

Re: Python 2.4.1-1 time.altzone does not include DST offset

2006-05-17 Thread Jason Tishler
Christian, On Mon, May 15, 2006 at 08:39:26PM +0200, Christian Franke wrote: > >Python's time.altzone is equal to time.timezone, it should be > >time.timezone-3600 (for CEST) > > > >$ python -c 'import time; time.tzset(); print time.ctime(), \ > > time.daylight, time.timezone, time.altzone, time.

Re: Python 2.4.1-1 time.altzone does not include DST offset

2006-05-15 Thread Christian Franke
Python's time.altzone is equal to time.timezone, it should be time.timezone-3600 (for CEST) $ python -c 'import time; time.tzset(); print time.ctime(), \ time.daylight, time.timezone, time.altzone, time.tzname' Sun May 14 13:46:55 2006 1 -3600 -3600 (' ', ' ') On Cygwin, time.altzone is