Roundup Tracker - Issues

Issue 1825643

classification
tzset not on WIN32 platform
Type: Severity: normal
Components: Web interface Versions:
process
Status: closed fixed
:
: jpend : gebruersp, jpend
Priority: normal :

Created on 2007-11-04 18:19 by gebruersp, last changed 2007-11-14 05:54 by jpend.

Messages
msg2486 Author: [hidden] (gebruersp) Date: 2007-11-04 18:19
I noticed the CVS from 2007-11-04 did not work on my VISTA, I found out mailer.py now tries to set timezone info. I am not an expert, but I think on WIN32 this does not work. 
I replaced line 37 with 
        try:
            time.tzset()
        except AttributeError:
			pass

-> OK

msg2487 Author: [hidden] (jpend) Date: 2007-11-14 05:54
Thanks for the report. A similar fix has been checked in to CVS.
History
Date User Action Args
2007-11-04 18:19:14gebruerspcreate