UTCNow

Return the current date and time

Command:

utcnow

Syntax:

echo utcnow

Example:

echo utcnow
2024-07-10 16:34:23

var my_date = utcnow
echo my_date
2024-07-10 16:34:23

var my_date = utcnow
echo 'The current date is {{my_date}}'
The current date is 2024-07-10 16:34:23

Last updated