Date in Java
The following two are at the same time:
UTC, Coordinated Universal Time (UTC), use time zone of GMT
GMT, Greenwich Mean Time
Standard Time 18:00 GMT=18:00+00:00
Using java. text. SimpleDateFormat ("yyyy MM dd HH: mm: ssZ");When formatting time:
*The time format represented by Z is+00:00
*The time format represented by z is UTC
All articles on this blog are licensed under CC BY-NC-SA 4.0 unless otherwise stated.
评论