Searched refs:hourOffset (Results 1 – 1 of 1) sorted by relevance
1208 String hourOffset = timezone.substring(timezone.contains("+") ? 8 : 7); in handleTimeZoneName() local1209 int hours = Integer.parseInt(hourOffset); in handleTimeZoneName()