Commit d1670fb7e19 for php.net

commit d1670fb7e1958abe74b934470ffc01d775aa6725
Author: Hans Krentel (hakre) <hanskrentel@yahoo.de>
Date:   Sat Apr 11 23:55:41 2026 +0200

    Add date.timezone=UTC to the INI overwrites in run-tests.php

    Supersedes GH-21665
    Closes GH-21729

diff --git a/run-tests.php b/run-tests.php
index 195d17fa0a0..e4a4563f93f 100755
--- a/run-tests.php
+++ b/run-tests.php
@@ -304,6 +304,7 @@ function main(): void
         'zend.exception_ignore_args=0',
         'zend.exception_string_param_max_len=15',
         'short_open_tag=0',
+        'date.timezone=UTC',
     ];

     $no_file_cache = '-d opcache.file_cache= -d opcache.file_cache_only=0';