Time

The Time library provides methods to initialize timestamp variables.

MethodReturn typeDescription

Time.now()

Timestamp

Returns the current time.

Time.unix(value:Number)

Timestamp

Returns a timestamp from an Unix time (32 bit value).

Last updated