-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Wrong offset for Timezones #45451
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
Labels
Comments
This is odd ... PHP 7.4
PHP 8.1
|
Closing since it's not related to symfony. I created this issue. |
Maybe implement the @heiglandreas solution provided here: php/php-src#8108 |
Up for sending a PR @Lenny4? |
nicolas-grekas
added a commit
that referenced
this issue
Feb 18, 2022
This PR was merged into the 4.4 branch. Discussion ---------- [Intl] fix wrong offset timezone PHP 8.1 | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | Fix #45451 | License | MIT | Doc PR | - Commits ------- 8512385 [Intl] fix wrong offset timezone PHP 8.1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Symfony version(s) affected
6.0.3
Description
I'm using Timezones like this:
But when I'm looking on google I got this:

It's not the same GMT.
In the documentation example it take the "time change" correctly for Madrid:
But when I try it I got:
How to reproduce
Possible Solution
No response
Additional Context
I'm running my symfony application in a docker
FROM php:8.1-fpm-alpine
The text was updated successfully, but these errors were encountered: