How to make Jenkins CI use Local time instead of UTC on debian squeeze
        Posted  
        
            by 
                drgn
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by drgn
        
        
        
        Published on 2012-07-09T20:42:00Z
        Indexed on 
            2012/07/09
            21:17 UTC
        
        
        Read the original article
        Hit count: 351
        
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
© Server Fault or respective owner