time
- function, type for "is a" operator, keyword, date format
- time function
-
Examples: +
put the time —> 12:51 PM
put the long local time —> 12:52:28 PM America/Denver
-
Related: date
-
- local time, etc. (functions, and date formats)
- time out (option to ask and answer commands)
- dynamic predefined variable (new in 1.42)
-
Unlike ordinary predefined variables which have a single defined value,
time
is dynamic, evaluating to the current time of day each time it is accessed. -
Examples: +
put time —> 10:57 AM
-
Related: date, now, today
-