static long unixHour() { ret unixHour(now()); } static long unixHour(long timestamp) { ret unixTime(timestamp)/(60*60); }