static bool hourBetween(int hour1, int hour2) { int h = hours(calendarForTimeZone(standardTimeZone())); ret mod(h-hour1, 24) < mod(hour2-hour1, 24); }