Gmtime()
Returns the GMT time as a string, for example, “Thu 27 Jun 2019 18:27:42 GMT”.
Syntax
gmtime();
Arguments
N/A
Events
Applicable in all events.
Example
when HTTP_REQUEST {
gt = gmtime()
debug(“-----gmtime: gt %s-----\n”, gt)
}
Result:
-----gmtime: gt Thu 27 Jun 2019 18:27:42 GMT -----
Supported Version
FortiADC version 5.3.x and later.