Searched refs:neutralFormat (Results 1 – 3 of 3) sorted by relevance
39 static final SimpleDateFormat neutralFormat = new SimpleDateFormat( field in TestMetazoneTransitions48 neutralFormat.setTimeZone(GMT);127 return neutralFormat.format(date) + ": " + ((double) offset) / HOUR in toString()
685 …static final SimpleDateFormat neutralFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss", ULocale.… field in CheckDates687 neutralFormat.setTimeZone(ExampleGenerator.ZONE_SAMPLE);1150 return neutralFormat.format(ExampleGenerator.DATE_SAMPLE);1177 d = neutralFormat.parse(currentInput);1195 currentReparsed = neutralFormat.format(n);
59 static final SimpleDateFormat neutralFormat = new SimpleDateFormat( field in LenientDateParser68 neutralFormat.setTimeZone(GMT);