Skip to main content

now

Get the time since epoch in milliseconds.

now(); // time since epoch as uint

Syntax

now()

Returns

An unsigned integer representing the time since epoch in milliseconds.

⚠️ Watch out for an overflow in 32-bit systems!