-
Notifications
You must be signed in to change notification settings - Fork 175
Open
Description
Description
After compiling PHP, the time zone is set incorrectly
Warning: PHP Startup: Invalid date.timezone value 'MSK', using 'UTC' instead in Unknown on line 0
It's caused by
Line 1250 in 11db5a5
TIMEZONE=$(date +%Z) |
Suggested solution
cat /etc/timezone
This returns correct timezone for me (Europe/Moscow)
Metadata
Metadata
Assignees
Labels
No labels