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

/frameworks/base/core/java/android/text/format/
H A DDateUtils.java792 public static Calendar newCalendar(boolean zulu) argument
794 if (zulu)
855 * @param zulu If the calendar is in UTC, pass true, and a Z will
861 public static String writeDateTime(Calendar cal, boolean zulu) argument
865 if (zulu) {
880 * which is sb.setLength(zulu ? 16 : 15)

Completed in 60 milliseconds