Skip to main content
DLiteScript
Playground
Documentation
DLiteScript - A Delightfully Simple Scripting Language
Documentation
Standard Library
time Namespace
time Namespace
Time and date functions.
time.now
Get the current Unix timestamp in seconds. Return the current time as seconds since epoch for time calculations and logging. Part of the time namespace.
time.sleep
Pause script execution for a specified number of seconds. Delay program execution for rate limiting or scheduled operations. Part of the time namespace.
Improve this page