docker-library / php

Docker Official Image packaging for PHP
https://php.net
MIT License
3.79k stars 2k forks source link

Disable daylight saving time for Asia/Tehran #1407

Closed imeysam closed 1 year ago

imeysam commented 1 year ago

In this year in Iran, based on the government's decision, daylight saving time is not affected. But the php:7.4-fpm image is not supported. I set 'date_default_timezone_set("Asia/Tehran");' and it represents +04:30, when it should represent +03:30.

phy25 commented 1 year ago

PHP 7.4 is end-of-life so I assume the Docker image itself will never receive new updates.

See https://serverfault.com/questions/1123233/why-doesnt-the-timezonedb-extension-have-the-latest-data#comment1466567_1123233