Level 122
To avoid issues with time, you should operate your server in UTC and then adjust the time when it is displayed according to the user's timezone.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
in my Laravel project .env: APP_TIMEZONE=Africa/Cairo (+2 GMT)
but after Egypt increased the time by one hour (summer time/DST) the date in my system is still +2 GMT not +3 GMT. how to fix that?
Please or to participate in this conversation.