Correction: it appears that being New_York is a symlink to /etc/localtime which is a symlink back to /usr/share/zoneinfo/America/New_York
Symlinks referring to themselves must be causing the issue! This probably requires a rebuild of the server, doesn’t it?
Yep. If I go into that directory and then America, I see New_York selected (or I assume — it’s the only one marked red).
It’s a very innocuous line of code:
$timezone = new DateTimeZone('America/New_York');
Hasn’t caused any issues in the past. Other pages are throwing errors related to core files like this
Thanks for lending some guidance!