> For the complete documentation index, see [llms.txt](https://docs.easy.gg/scripting/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.easy.gg/scripting/bedwars-scripting/utilities/os.md).

# os

#### os.clock(): number

Returns the number of seconds of CPU time for the program. It's typical use is to benchmark a piece of code.

#### os.time(): number

Returns the current number of seconds since Jan 1, 1970 in the UTC timezone.
