Hello All, I have a windows server 2003 machine, installed on it, a cisco product called "Cisco Voice Portal", this product runs on JRE version 1_5_0_12. Getting the date/time either by:
new Date();
or
Calendar.getInstance();
always the date is one hour ahead of the system date. At first, i thought it is a timezone mismatch, however this is the output of printing the date object:
Fri Oct 08 02:36:38 EST 2010
and the system clock is also in EST timezone. which means that timezones are the same. The system date is the correct one, the system machine is is Sydney, Australia. Any suggestions to fix this? Thanks in advance.