import java.text.*; static int localHours(long time) { SimpleDateFormat sdf = new SimpleDateFormat("HH"); sdf.setTimeZone(localTimeZone()); ret parseInt(sdf.format(time)); } static int localHours() { ret localHours(now()); }