I get in PHP 8.2 a error in IntlDateFormatter if I use "America/Ciudad_Juarez" as timezone:
datefmt_create: No such time zone: 'America/Ciudad_Juarez': U_ILLEGAL_ARGUMENT_ERROR
Does anyone know the problem and how best to deal with it if a value from timezone_identifiers_list() cannot be processed in IntlDateFormatter()?
The error occurs when you use a timezone that is not recognized by the IntlDateFormatter class.
Check the list of valid timezones using the timezone_identifiers_list function.
If you need to use a timezone that is not supported by the IntlDateFormatter function, you can try using the DateTime class.
Sorry google translate :)
Thank you.