DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Description

This is a short fix to use different timezones on different TYPO3 page trees.

How to use

Backend

Setup in your pageTS the time zone you want to use in page tree to fill time, timesec, date and datetime fields in the TYPO3 backend.

page.timezone = Europe/Berlin

For supported timezones see http://php.net/manual/en/timezones.php.

Frontend

config.timezone = Europe/Berlin

Best Pratice

Setup your TYPO3 global timezone setting to UTC.

Do not change this in production!

$GLOBALS['SYS']['phpTimeZone'] = 'UTC';