Represents a complete ISO 8601 datetime string with UTC timezone (Z).
This type combines date and time components into the format: YYYY-MM-DDTHH:mm:ss.sssZ
Note: The type cannot be more precisely constrained (e.g., with specific value ranges for months, hours)
as it would result in a TypeScript complexity warning (ts(2590)).
Represents a complete ISO 8601 datetime string with UTC timezone (Z). This type combines date and time components into the format: YYYY-MM-DDTHH:mm:ss.sssZ
Note: The type cannot be more precisely constrained (e.g., with specific value ranges for months, hours) as it would result in a TypeScript complexity warning (ts(2590)).