-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Messenger] Store dates in UTC when using Doctrine #50287
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Thank you @nicolas-grekas. |
Hi @nicolas-grekas ! |
@DesLynx it could make sense to document this yes, even if it's mostly internal state. PR welcome. About making this configurable, what would be the purpose? I'm not sure it would enable any valid use case. Better sync settle everything on UTC. |
…nnection tests (xabbuh) This PR was merged into the 6.3 branch. Discussion ---------- [Messenger] consistently use dates in UTC in Doctrine connection tests | Q | A | ------------- | --- | Branch? | 6.3 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT related to #50287 and #53187 Commits ------- 10801e1 consistently use dates in UTC in Doctrine connection tests
This PR was merged into the 6.4 branch. Discussion ---------- [Messenger] remove outdated timezone warning this was changed in symfony/symfony#50287 fixes symfony/symfony#59405 Commits ------- 5e338ab remove outdated timezone warning
Spotted by running the receiver in an UTC container and the sender in a non-UTC process.