Right now date_default_timezone_set is set to Europe/Copenhagen. It would be beneficial if it could be set from a configuration constant instead.
A solution could be:
- Create a new constant in
setup/index.php
- Check if it is set in
core/constants.php and if not, set it to Europe/Copenhagen as a default.