Searched refs:cleanId (Results 1 – 1 of 1) sorted by relevance
654 String cleanId = String.format(Locale.ROOT, "GMT%c%02d:%02d", sign, hour, minute); in getCustomTimeZone() local656 return new SimpleTimeZone(raw, cleanId); in getCustomTimeZone()