Back to Index
Definition: nowutc() — Allowed: no arguments; Not allowed: any arguments.
nowutc()
Returns the current UTC time in seconds since epoch.
utc = nowutc(); logn("Epoch seconds: ", utc);