-
Bug
-
Resolution: Fixed
-
Major
-
None
I have Jenkins started with -Dorg.apache.commons.jelly.tags.fmt.timeZone="America/Los_Angeles"
The server's TZ is EDT (it's in Pittsburgh).
However, the "System Clock" setting for the TimeStamper is showing EDT time, not PDT.
It should be using the passed in TimeZone.
- is related to
-
JENKINS-69130 Confusing "System clock time" option in side panel when "-Dorg.apache.commons.jelly.tags.fmt.timeZone" is set
-
- Open
-
I'm having a related problem: my Jenkins timestamp 'System clock time' appears to be unadjusted for daylight savings time. I'm using RHEL 6.5, and the Jenkins timestamp is currently 1 hour earlier than what I get from `date` command on CLI. Aside from this timestamp, most of the other times in Jenkins are correct, though my mercurial "Multiple SCMs Polling Log" time are also off by one hour. (BTW, I otherwise love this plugin - much thanks.)