Time - SardonyxLang/SardonyxStd GitHub Wiki

require "time"

Basic time functions.

Object Time

  • Time:epoch(): returns the number of seconds since the epoch.
  • Time:sleep(n): sleeps for n milliseconds.