mirror of
https://github.com/php/php-src.git
synced 2026-03-26 01:02:25 +01:00
"date_timezone_set" override the TZ environment variable, which on its turn overrides the date.timezone setting. If none of the three is set, we fallback to UTC. - Added "date_timezone_set" function to set the timezone that the date functions will use.