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
Windows 2008 Server retail box license
center img
Exchange 2010 MX record
Is it normal to get Java errors during Oracle 11g installation
Cisco 2811 and ASA 5505 pass /29 to the ASA
Processor upgrade
QR-codes
insert and update in same statement
visual studio 10 generate class from xml
Adding a Print button to a word document