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
End task vs Form Closing/Closed event
Stored Procedure Help Please
asp.net c# function required with RegEx
Report Requesting Parameter Value
Access 2003 continuous tabular form question
Pentium D 820/840 compatibility
Connecting to a Window Server 4.0 domain with a Windows 7 workstation
Is it safe to move Exchange log files to another drive directory?
Show last contact of ActiveSync users
Can Sharepoint 2010 do this?