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
We just updated a Symfony project from 5.4 to 6.4 and realized that the datetime properties "created_at", "available_at" and "delivered_at" in the "messenger_messages" table are not the timezone of the system (which we set to Europe/Berlin), but are UTC.
We were searching for an error on our side, as the documentation clearly states:
The datetime property of the messages stored in the database uses the timezone of the current system. This may cause issues if multiple machines with different timezone configuration use the same storage.