Searched refs:UTC_TIME (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/util/calendar/
H A DZoneInfo.java71 private static final int UTC_TIME = 0; field in class:ZoneInfo
244 return getOffsets(date, null, UTC_TIME);
248 return getOffsets(utc, offsets, UTC_TIME);
302 if (type != UTC_TIME) {
334 if (type != UTC_TIME) {
412 return getOffsets(dateInMillis, null, UTC_TIME);
447 getOffsets(System.currentTimeMillis(), offsets, UTC_TIME);
479 int index = getTransitionIndex(utc, UTC_TIME);
509 int index = getTransitionIndex(utc, UTC_TIME);
/openjdk7/jdk/src/share/classes/java/util/
H A DSimpleTimeZone.java104 * #STANDARD_TIME} and {@link #UTC_TIME}. For example, if daylight
135 * 3600000, SimpleTimeZone.UTC_TIME,
137 * 3600000, SimpleTimeZone.UTC_TIME,
290 * time} or {@link #STANDARD_TIME standard time} or {@link #UTC_TIME UTC
324 * @see #UTC_TIME
726 if (startTimeMode != UTC_TIME) {
735 if (endTimeMode != UTC_TIME) {
1023 * The format of startTime, either WALL_TIME, STANDARD_TIME, or UTC_TIME.
1085 * <code>STANDARD_TIME</code>, or <code>UTC_TIME</code>.
1244 public static final int UTC_TIME field in class:SimpleTimeZone
[all...]

Completed in 265 milliseconds