I have a formatted Date in EDT timezone. When I store this value in java.util.Date object and try to print or display it , it again changes the TimeZone to my local Timezone. This happens on gwt client side.
How can I keep the timezone same after storing it in a date object ?
Please help.