Searched defs:UTC (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/make/tools/src/build/tools/javazic/
H A DTime.java48 // type is UTC
49 private static final int UTC = 3; field in class:Time
103 * @return true if the time is represented in UTC time.
106 return type == UTC;
273 tm.setType(tm.UTC);
/openjdk7/jdk/src/share/classes/java/util/
H A DDate.java56 * coordinated universal time (UTC), it may not do so exactly,
60 * in all cases. In UTC, however, about once every year or two there
72 * distinction between UTC and UT is that UTC is based on an atomic
77 * seconds are introduced as needed into UTC so as to keep UTC within
81 * global positioning system (GPS) is synchronized to UTC but is
151 * and read only the UTC time.
295 * to UTC rather than to the local time zone. The time indicated is
311 * month, date, hrs, min, sec)</code>, using a UTC
315 public static long UTC(int year, int month, int date, method in class:Date
[all...]

Completed in 39 milliseconds