Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/test/
DExampleGenerator.java101 public final static TimeZone GMT_ZONE_SAMPLE = TimeZone.getTimeZone("Etc/GMT"); field in ExampleGenerator
651 generatingCalendar.setTimeZone(GMT_ZONE_SAMPLE); in getDate()
657 static Date FIRST_INTERVAL = getDate(2008, 1, 13, 5, 7, 9, GMT_ZONE_SAMPLE);
659 { "y", getDate(2009, 2, 14, 17, 8, 10, GMT_ZONE_SAMPLE) },
660 { "M", getDate(2008, 2, 14, 17, 8, 10, GMT_ZONE_SAMPLE) },
661 { "d", getDate(2008, 1, 14, 17, 8, 10, GMT_ZONE_SAMPLE) },
662 { "a", getDate(2008, 1, 13, 17, 8, 10, GMT_ZONE_SAMPLE) },
663 { "h", getDate(2008, 1, 13, 6, 8, 10, GMT_ZONE_SAMPLE) },
664 { "m", getDate(2008, 1, 13, 5, 8, 10, GMT_ZONE_SAMPLE) }
928 firstFormat.setTimeZone(GMT_ZONE_SAMPLE); in setPattern()
[all …]