Searched refs:UTC_TIME_ZONE (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/
H A DDateUtils.java49 private static final TimeZone UTC_TIME_ZONE = TimeZone.getTimeZone("UTC"); field in class:DateUtils
59 return dateToString(date, UTC_DATE_FORMAT, UTC_TIME_ZONE);
70 return dateToString(date, UTC_DATE_Z_FORMAT, UTC_TIME_ZONE);
81 return dateToString(date, UTC_DATE_MILLISECONDS_Z_FORMAT, UTC_TIME_ZONE);
290 cal.setTimeZone(UTC_TIME_ZONE);
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/
H A DDateUtils.java49 private static final TimeZone UTC_TIME_ZONE = TimeZone.getTimeZone("UTC"); field in class:DateUtils
59 return dateToString(date, UTC_DATE_FORMAT, UTC_TIME_ZONE);
70 return dateToString(date, UTC_DATE_Z_FORMAT, UTC_TIME_ZONE);
81 return dateToString(date, UTC_DATE_MILLISECONDS_Z_FORMAT, UTC_TIME_ZONE);
290 cal.setTimeZone(UTC_TIME_ZONE);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/
H A DDateUtils.java50 private static final TimeZone UTC_TIME_ZONE = TimeZone.getTimeZone("UTC"); field in class:DateUtils
75 GregorianCalendar cal = new GregorianCalendar(UTC_TIME_ZONE);
259 cal.setTimeZone(UTC_TIME_ZONE);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/
H A DDateUtils.java50 private static final TimeZone UTC_TIME_ZONE = TimeZone.getTimeZone("UTC"); field in class:DateUtils
75 GregorianCalendar cal = new GregorianCalendar(UTC_TIME_ZONE);
259 cal.setTimeZone(UTC_TIME_ZONE);

Completed in 73 milliseconds