Skip to content

OS Library

function os.clock(): number
function os.time(time: table?): number?
function os.date(format: string?, time: number?): table | string | nil
function os.difftime(a: number, b: number?): number