Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
fabpot commentedMay 12, 2023
Thank you@nicolas-grekas. |
DesLynx commentedJul 24, 2023
Hi@nicolas-grekas ! |
nicolas-grekas commentedJul 24, 2023
@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 | MITrelated to#50287 and#53187Commits-------10801e1 consistently use dates in UTC in Doctrine connection tests
This PR was merged into the 6.4 branch.Discussion----------[Messenger] remove outdated timezone warningthis was changed insymfony/symfony#50287fixessymfony/symfony#59405Commits-------5e338ab remove outdated timezone warning
Uh oh!
There was an error while loading.Please reload this page.
Spotted by running the receiver in an UTC container and the sender in a non-UTC process.