Script functions reference > Script functions in alphabetical order > G > GetUTCDateTime

GetUTCDateTime
Syntax
GetUTCDateTime();
Description
Returns date and time in ISO8601 format (including milliseconds) taking daylight saving time into account.
Returns
Date and time in ISO8601 format (including milliseconds).
Example
$a=getUTCdatetime();
Result:
$a="2013-12-17T15:44:38.914Z"
OpenText StreamServe 5.6.2 Updated: 2018-01-26