mirror of
https://github.com/phpbb/phpbb.git
synced 2025-09-14 18:14:17 +02:00
tz_select() now uses the PHP timezone database to generate the timezone selection box, it tries to use a translated language string otherwise falls back to a label produced from the timezone identifier. I've done this so new timezones are available immediately without a new language pack. PHPBB3-9558