Closed
Description
Description
The following code:
var_dump(
(new \DateTime('2203-10-05 15:05:37.180157', new \DateTimeZone('America/Los_Angeles')))
->getTimestamp()
);
produces different result on PHP 8.1 vs PHP 7.4/8.0
it is from our failing unit test, what result is correct and any plain to bugfix in either PHP 8.1 or the PHP 8.0 and lower?
PHP Version
PHP 8.1.0
Operating System
linux