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
Detect flash or show image
sort field based on color
Create Printable Report from Excel Data
EXCEL CELL COLOR
MS Word 2003: Programmatically Changing User Templates Location
Excel Transpose Mutiple Values
Cisco Aironet 802.11g Wireless PCI LAN card error - this device cannot start (Code 10)
Macro Problems Office 2010
How to bring datatypes of complex SQL Query (Stored Procedure)
Performance counters in VB.net