/
os.time()
os.time()
By default, os.time() returns the current time as a Unix Epoch Time. A table argument can also be used to return a time as a Unix Epoch integer representing the date and time specified by the given table.
If specified, the table must include fields for year, month, and day. Optionally, you can include fields for hour, min, sec, and isdst (boolean true for Daylight Savings Time).
os.time() can be used as an argument for calling os.date() and os.difftime().
, multiple selections available,
Related content
os.difftime()
os.difftime()
More like this
os.date()
os.date()
More like this
Unix Epoch Time
Unix Epoch Time
More like this
Time Conversion
Time Conversion
More like this
Setting Local Time for your Server
Setting Local Time for your Server
More like this
component.setTimer{}
component.setTimer{}
More like this