Second
Return the current second in numeric value
echo secondecho 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 22Last updated
Return the current second in numeric value
echo secondecho 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 22Last updated