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"
GetUTCDateTime();