POSIX/time helpers (ms/sec plus simple humanizers).
- Source
Methods
(static) nowMs()
Current time in ms (optionally shifted by tz offset minutes).
- Source
(static) nowMsPlusOneDay()
Rough "plus a day" in ms (with tz shift).
- Source
(static) nowSec()
Current time in seconds (with tz shift).
- Source
(static) secToHuman()
Convert seconds epoch to human string YYYY-MM-DD HH:mm:ss (with tz shift).
- Source