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

/packages/apps/Contacts/src/com/android/contacts/util/
H A DDateUtils.java34 public static final TimeZone UTC_TIMEZONE = TimeZone.getTimeZone("UTC"); field in class:DateUtils
57 format.setTimeZone(UTC_TIMEZONE);
59 CommonDateUtils.NO_YEAR_DATE_FORMAT.setTimeZone(UTC_TIMEZONE);
104 final Calendar calendar = Calendar.getInstance(UTC_TIMEZONE, Locale.US);
113 final Calendar calendar = Calendar.getInstance(UTC_TIMEZONE, Locale.US);
178 outFormat.setTimeZone(UTC_TIMEZONE);

Completed in 81 milliseconds