You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m not able to reproduce this on my end. Any chance we can get admin/FTP access to your site? If so please reach us at [email protected] and we can help you from there.
Issue ended up being that there was a custom module that was getting bootstrapped, and the module’s init() method was loading Twig. So Twig was getting loaded and initialized with the UTC timezone before Craft had a chance to set itself to the system timezone. Fixed by setting the system timezone before any modules get bootstrapped.
Description
When you create an entry in a multisite, save it and the timezone in the general settings is not UTC, the time is wrong when you edit the entry.
Steps to reproduce
UTC+2 (CEST) – Europe/Amsterdam
Additional info
The text was updated successfully, but these errors were encountered: