|
4 |
It should never be JAVA
|
||
JAVA: How to handle calendar TimeZones using Java? |
||||
|
3 |
edited title
|
||
JAVA: How to convert a handle calendar from one TimeStamp to anotherTimeZones? |
||||
|
2 | added 127 characters in body | ||
|
I have a Timestamp value that comes from my application. The user can be in any given local TimeZone. Since this date is used for a WebService that assumes the time given is always in GMT, I have a need to convert the user's parameter from say (EST) to (GMT). Here's the kicker: The user is oblivious to his TZ. He enters the creation date that he wants to send to the WS, so what I need is: User enters: 5/1/2008 6:42 6:12 PM (EST) I know TimeStamps are always supposed to be in GMT by default, but when sending the parameter, even though I created my Calendar from the TS (which is supposed to be in GMT), the hours are always off unless the user is in GMT. What am I missing?
With the previous Code, this is what I get as a result (Short Format for easy reading): [May 1, 2008 11:12 PM] |
||||
|
1 |
|
||
