This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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.tzname'
> >Sun May 14 13:46:55 2006 1 -3600 -3600 ('   ', '   ')
> 
> On Cygwin, time.altzone is always set equal to time.timezone.
> 
> The attached patch should fix this for most timezones.

Sorry, but I'm timezone challenged.  So, I recommend submitting your
patch to http://sourceforge.net/tracker/?group_id=5470&atid=305470 for
consideration.

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

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]