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
need color help
Help using SQL IN statement as an "AND"
Datareader.Read() not returning any results
SBS 2003 Persistant Virus
unable to pull data from detailviews on a webpage in a class's properties
Do SEOs give greater weight to website pages with different names?
Adding a bpay service to a website
split rows in a table into groups based on a criteria
nested tables in jquery
Insert into error