Why are Canadian timezones are gone in PHP 8.5?
After upgrading to PHP 8.5 the timezone changed to UTC. After working through this, I discovered that the only closest timezone left is "America/Vancouver" but this is the wrong timezone because it has timezone changes that are not the same.
Why was "Canada/Pacific" removed from PHP? We're not part of America, and our timezones are not the same.
Thanks.