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