[Buildbot-commits] [Buildbot] #2362: Timezone problem with HgPoller
Buildbot
nobody at buildbot.net
Wed Aug 29 02:29:47 UTC 2012
#2362: Timezone problem with HgPoller
---------------------+--------------------
Reporter: gracinet | Owner:
Type: defect | Status: new
Priority: major | Milestone: 0.8.7
Version: master | Resolution:
Keywords: |
---------------------+--------------------
Comment (by dustin):
All times in buildbot are expressed in epoch time, which is UTC-based. So
the !HgPoller should generate times in this format. If the timestamps
from Hg are always in UTC, then they can be converted directly to epoch
time by not applying any timezone transformation. If they are in the Hg
server's local timezone, then we may need to add a configuration option to
the !HgPoller to know what that timezone is.
--
Ticket URL: <http://trac.buildbot.net/ticket/2362#comment:1>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list