utcTimestamp (Function)
Function returns the system current time in UTC timezone with
yyyy-MM-dd HH:mm:ss
format.
Syntax
<STRING> time:utcTimestamp()
Example 1
time:utcTimestamp()
Returns the system current time in UTC timezone with
yyyy-MM-dd HH:mm:ss
format, and a sample output will be like
2019-07-03 09:58:34
.