Parse the given DateLike and convert it directly into a UTC ISO 8601 string, always ending
in Z (for example '2024-01-05T01:01:01.001Z'). The input is always interpreted as UTC time.
This is a shorthand for toUtcIsoString(createUtcFullDate(dateLike)).
Parse the given DateLike and convert it directly into a UTC ISO 8601 string, always ending in Z (for example
'2024-01-05T01:01:01.001Z'). The input is always interpreted as UTC time. This is a shorthand fortoUtcIsoString(createUtcFullDate(dateLike)).