[Buildbot-devel] timezone support in Waterfall

Charles Lepple clepple at gmail.com
Tue Nov 6 17:10:41 UTC 2007


I am running Buildbot 0.7.6 on OS X 10.4 (with python 2.4 from Fink),
and I just noticed that the timezone in the upper-left of the
waterfall is still stuck on EDT instead of EST.

http://www.python.org/doc/lib/module-time.html implies that
time.daylight is only an indicator that the current timezone has a DST
alternative, not that DST is currently active.

The time printed at the bottom of the page is correct, as it uses
time.strftime("...%Z") to get the timezone.

Is this a bug, or am I doing something else wrong?

-- 
- Charles Lepple




More information about the devel mailing list