static long unixTime() { ret unixTime(now()); } static long unixTime(long timestamp) { ret timestamp/1000; }