Microsoft
Software
Hardware
Network
Question : java get utc date/time
I need to get the UTC/GMT current date/time. I'm using the below and it adds "-0700" at then end...is this code valid?
private String getCurrentDate(){
Calendar cal = new GregorianCalendar();
cal.setTimeZone(TimeZone.g
etTimeZone
("GMT"));
DateFormat formatter = new SimpleDateFormat("yyyy-MM-
dd'T'HH:mm
:ssZ");
return formatter.format(cal.getTi
me());
}
result of above is 2010-05-19T16:39:15-0700
Answer : java get utc date/time
take the Z out of the date format string
Random Solutions
new Host Name
How to Schedule to Update the table column in oracle 10g
CWnd::SetTimer() and KillTimer() help
MTX has HUGE delays when sending commands to Storagetek L700E
Camera Raw - Downsizing?
What is the fastest IDE hard drive available?
sbs2003 "windows 7" setup.exe problem
Send Outlook Contact Automatic Update
Carrying mutliple VLANs
Ubuntu 10.04 WUBI Install to Native Install