Returns a Luxon DateTime object having the UTC time zone for the provided ISO 8601 string value.
string that represents an ISO 8601 value used to instantiate a DataTime object
an instance of a DateTime object having the UTC time zone
Uses DateTime.fromISO() static method to create a DateTime object.
InvalidDateTimeError if the instantiated DataTime object is invalid
Luxon DateTime.fromISO()
Returns a Luxon DateTime object having the UTC time zone for the provided ISO 8601 string value.