Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/ext/date/tests/ |
Current File : //proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/ext/date/tests/bug73426.phpt |
--TEST-- Bug #73426 (createFromFormat with 'z' format char results in incorrect time) --INI-- date.timezone=UTC --FILE-- <?php $date = '2016 12:00:00 15'; $format = 'Y H:i:s z'; var_dump(DateTime::createFromFormat($format, $date)); $date = '16 12:00:00 2016'; $format = 'z H:i:s Y'; var_dump(DateTime::createFromFormat($format, $date)); ?> --EXPECTF-- object(DateTime)#%d (%d) { ["date"]=> string(26) "2016-01-16 12:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(DateTime)#%d (%d) { ["date"]=> string(26) "2016-01-17 12:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" }
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare