Returns the current UTC time.
The current UTC time.
const now = utcNow();console.log(now); // Current UTC time Copy
const now = utcNow();console.log(now); // Current UTC time
Generated using TypeDoc
Returns the current UTC time.