Home
last modified time | relevance | path

Searched refs:isoFormat (Results 1 – 3 of 3) sorted by relevance

/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/time/
DFastDatePrinterTest.java417 final FastDateFormat isoFormat = FastDateFormat.getInstance("ZZ"); in testTimeZoneAsZ() local
418 assertEquals("Z", isoFormat.format(c)); in testTimeZoneAsZ()
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DDateTimeFormats.java85 private static final String SAMPLE_DATE_STRING = CldrUtility.isoFormat(SAMPLE_DATE);
DCldrUtility.java1345 public static String isoFormat(Date date) { in isoFormat() method in CldrUtility