mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-25 04:38:53 +00:00
The change here converts user_timezone to vchar and computes timezone identifiers from the offsets. It uses database-specific functions for building SQL conditionals and concatenations which need to be implemented, probably in a separate ticket. As a result the current code is not functional. The changes are tricky since we need to drop user_dst column from users table, but we need it during the data migration process to properly calculate effective timezones for all users. PHPBB3-9558 |
||
---|---|---|
.. | ||
convertors | ||
data | ||
schemas | ||
database_update.php | ||
index.php | ||
install_convert.php | ||
install_install.php | ||
install_main.php | ||
install_update.php | ||
phpinfo.php |