PHP default timezone #4172
Unanswered
ricohumme
asked this question in
Everyday usage
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Output of
brew config
Description of issue
Hi,
As anyone ever considered when installing or upgrading to a newer version, to either use the default timezone of the system for
date.timezone
in the .ini or copy it over from the previous installed version?I just spent an hours search on why my datetime objects where not outputting what I expected it to be, only to find out that I remember I updated my PHP version to 8.2 and forgot to adjust the default timezone.
My guess is that this shouldn't be that hard?
What do you think?
Beta Was this translation helpful? Give feedback.
All reactions