aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/update_helpers.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11002] Use translating option to rename the Etc/GMT optionsJoas Schilling2012-07-211-40/+40
| | | | | | | They have the invers offset of their name. So GMT+2 has the offset -7200. To avoid additional confusion, we simply overwrite their name. PHPBB3-11002
* [feature/new-tz-handling] Move update helper function to new classJoas Schilling2012-07-181-0/+112
PHPBB3-9558