Documentation Index

Fetch the complete documentation index at: https://docs.doc-know.com/llms.txt

Use this file to discover all available pages before exploring further.

time

Prev Next

tools.time

Type: DateTime

Returns the current local time, according to the host device.

Examples

// display the current time in the debugger
debug.log(tools.time);

Remarks

This is the current time of the device hosting your app instance, which is typically the local time of the user.

If you want the time measured in Universal time instead (across the entire globe), use tools.timeUtc.