How to make Jenkins CI use Local time instead of UTC on debian squeeze
- by drgn
I have a Jenkins-ci installation on a debian squeeze.
Current default time zone: 'America/Toronto'
Local time is now: Mon Jul 9 16:00:57 EDT 2012.
Universal Time is now: Mon Jul 9 20:00:57 UTC 2012.
In the /etc/default/rcS file i have :
UTC=no
Unfortunately this is not working, In the system information of jenkins:
user.timezone Etc/UTC
I searched for a few hour.. unfortunately could not find a fix any help would be greatly appreciated.
Thank for your time