Jazz build engine (jbe) timestamp problem.
The timestamp when I start up our jbe is 4 hours ahead of the setting on the machine on which it is run.
Where does the jbe get its time, and how can I sync it up with the machine on which it is run?
For some reason, when the build runs and unjars a file from the network, it moves the timestamp of that file back by 4 hours, causing grief when trying to track builds and errors.
Thanks,
Rajesh Bhagat.
Where does the jbe get its time, and how can I sync it up with the machine on which it is run?
For some reason, when the build runs and unjars a file from the network, it moves the timestamp of that file back by 4 hours, causing grief when trying to track builds and errors.
Thanks,
Rajesh Bhagat.
2 answers
The JBE gets its time from the machine on which it is running. So my first guess would be a timezone problem. Either the JBE thinks it is running in the wrong timezone, or the operating system itself is set to the wrong timezone (so that when you think you are setting the machine to the correct time, you are actually setting it four hours ahead).
Comments
David, thanks for your response.
I run the "time" command in the DOS window before running the JBE command, and the time matches that of the build machine where JBE is run.
Is there a way to adjust how JBE picks this time up?
Thanks,
Rajesh Bhagat.
I don't know enough about how time is handled on Windows machines to be much more help here.