Garry's Mod Wiki

os.time

  number os.time( table dateData = nil )

Description

Returns the system time in seconds past the unix epoch. If a table is supplied, the function attempts to build a system time with the specified table members.

Arguments

1 table dateData = nil
Table to generate the time from. This table's data is interpreted as being in the local timezone. See DateData structure

Returns

1 number
Seconds passed since Unix epoch

Example

Prints out the current time, in seconds past the unix epoch.

Output: 1581691801