static long unixDay() { ret unixHour(now()); } static long unixDay(long timestamp) { ret unixHour(timestamp)/24; }