Is there a cross-platform function in python (or pytz) that returns a tzinfo object corresponding to the timezone currently set on the computer?
environment variables cannot be counted on as they are not cross-platform
|
|
|
|
|
|
|
|
||
|
|
|
|
|
||||
|
|
|
I have not used it myself, but dateutil.tz.tzlocal() should do the trick. http://labix.org/python-dateutil#head-50221b5226c3ccb97daa06ea7d9abf0533ec0310 |
||
|
|