Back to Index

Definition: nowutc() — Allowed: no arguments; Not allowed: any arguments.

Returns the current UTC time in seconds since epoch.

Example

utc = nowutc();
logn("Epoch seconds: ", utc);