Searched refs:neutralFormat (Results 1 – 3 of 3) sorted by relevance
39 static final SimpleDateFormat neutralFormat = new SimpleDateFormat( field in TestMetazoneTransitions48 neutralFormat.setTimeZone(GMT);124 return neutralFormat.format(date) + ": " + ((double) offset) / HOUR in toString()
716 …static final SimpleDateFormat neutralFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss", ULocale.… field in CheckDates718 neutralFormat.setTimeZone(ExampleGenerator.ZONE_SAMPLE);1246 return neutralFormat.format(ExampleGenerator.DATE_SAMPLE);1272 d = neutralFormat.parse(currentInput);1290 currentReparsed = neutralFormat.format(n);
60 static final SimpleDateFormat neutralFormat = new SimpleDateFormat( field in LenientDateParser69 neutralFormat.setTimeZone(GMT);