Microsoft
Software
Hardware
Network
Question : GMT to EDT
In my Java code, I am getting Time in GMT
Date recDateObj = getGMTDate();
Can you please let me know how I can convert this time to one in EDT time zone.
Answer : GMT to EDT
I think, TimeZone edtTimeZone = TimeZone.getTimeZone("EDT"
);
is taken as GMT, try TimeZone edtTimeZone = TimeZone.getTimeZone("EST"
);
Random Solutions
autoexec macro to open form when database opens
Apache and IIS
My Dell laptop battery light flashes yellow
Drupal : Programmatically query CCK and tags
CountIf in Excel across many cells
How can I change the formula of a cell based on the string value in a dropdown?
CSS problem
How to use PIVOT function
unable to find callback library jcb.dll
Drupal - How to alter default organic group form values?