Millis

Summary

The Millis function returns the number of milliseconds from the Unix epoch.

Syntax

Millis()

Return Type

Long

Details

The Unix epoch (or Unix time or POSIX time or Unix timestamp) is the number of seconds that have elapsed since January 1, 1970 (midnight UTC/GMT), not counting leap seconds.

Examples

Millis()
38272163927826

Related Functions