| Author |
time is wrong using IE
|
diane murphy
Greenhorn
Joined: Nov 17, 2003
Posts: 1
|
|
the code I have is Calendar newExpDate = Calendar.getInstance(); request.setAttr(Request.DATA_ENTRY_UPDATE_DATE, newExpDate.getTime() ); When I process this in IE the database is storing the wrong time. Seems to give a 12:XX AM time. When I process this in Netscape the correct time is stored. We have not changed any of the code for 2 months.
|
 |
Avi Abrami
Ranch Hand
Joined: Oct 11, 2000
Posts: 1112
|
|
Hi Diane, My guess is that the cause is the default time zone used by the JVM (in Micro$oft Internet Explorer). If you haven't already read it, perhaps the JavaWorld article entitled What's your time zone? will help? Good Luck, Avi.
|
 |
 |
|
|
subject: time is wrong using IE
|
|
|