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
ajax refresh every minute
Migrating from ACT 6 to 2010
mssphtb.dll disabled in Outlook 2010
Filemaker Portal Problems Part 2
TranslateTransform and RotateTransform - Positioning correctly
VPN Passthough Setup
DNS failing test Basic and missing(?) srv records
Populate table with dates stored as integers
Tomcat console closing
What to buy for Student laptop, to be used for Visual Studio .Net development