title: DATE::TIME section: 1g version: 1.0.0 date: 2023 author: laplante@plcb.ca
date::time Return the number of seconds since January 1, 1970 UTC
date::time or time()
Returns the number of seconds since January 1, 1970 UTC,
as well as the number of milliseconds and microseconds.
The result is independent of the location.
time()
→ {"msecs":86,"secs":1679769009,"usecs":86994}
laplante@plcb.ca