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
Reusing a C++ object on a new call to a "main" method.
named will not start from init script
ActiveX controls moving on a worksheet - Excel 2010
TOC guide
VLANs and WAN question
RAID 0 issue with Windows 7 and Mandriva
MySQL Timestamps
OST file access denied Outlook 2010
Transaction is not rolled back
SAN,ISCSI and Virtualization