I need to change de format of a date to UTC format.
File file = new File();
...
file.lastModified();
I need to convert the lastModified date of a file in UTC format.
Something like that...!! |
|||
|
|
|
Quite simply:
This works because the |
||||
|
|
TimeZone. Hint:DateFormatandSimpleDateFormat. – armandino Mar 10 '11 at 19:51