It's a date time stored as ISO string YYYY-MM-DDTHH:mm:ss.sssZ. The timezone is always UTC, as denoted by the suffix Z. The type is an alias to avoid further explanation for each variable.
YYYY-MM-DDTHH:mm:ss.sssZ
Z
It's a date time stored as ISO string
YYYY-MM-DDTHH:mm:ss.sssZ
. The timezone is always UTC, as denoted by the suffixZ
. The type is an alias to avoid further explanation for each variable.