Searched defs:UTC (Results 1 – 6 of 6) sorted by relevance
145 public static final ZoneOffset UTC = ZoneOffset.ofTotalSeconds(0); field in ZoneOffset
41 private static final TimeZone UTC = TimeZone.getTimeZone("UTC"); field in SimpleTimeZoneTest
588 UTC, enumConstant
172 private static final TimeZone UTC = new SimpleTimeZone(0, "UTC"); field in TimeZone
317 public static long UTC(int year, int month, int date, in UTC() method in Date
34 private static final TimeZone UTC = TimeZone.getTimeZone("Etc/UTC"); field in SimpleDateFormatTest