6 Sep
2005
6 Sep
'05
6:02 p.m.
Mark Gibson wrote at 2005-9-6 00:53 -0600:
...
from DateTime import DateTime ... What controls the default timezone behavior of DateTime on Windows?
"DateTime" gets it from Python and Python gets it from the operating system (its C runtime library). Under *nix, the environment variable "TZ" can be used to control the timezone. -- Dieter