OS
Standard Luau os library for clock, date, difftime, and time.
Available Functions
| Function | Description |
|---|---|
| os.clock | Returns elapsed time in seconds since an arbitrary baseline with sub microsecond precision. |
| os.date | Formats the given string with date/time information based on the given time. |
| os.difftime | Returns the number of seconds from one time to another. |
| os.time | Returns how many seconds have passed since the Unix epoch (1 January 1970, 00:00:00) under current UTC time. |