Second

Return the current second in numeric value

Command:

second

Syntax:

echo second

Example:

echo second
17

var my_second = second
echo my_second
22

var my_second = second
echo 'The current second is {{my_second}}'
The current second is 22

Last updated