-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
4.4.9, 4.5.5, 5.0.1
When the mock frozen clock is used without a timestamp
$this->mock_clock_with_frozen(); |
or using an incrementing clock in any way
$this->mock_clock_with_incrementing(); |
$this->mock_clock_with_incrementing(12345678); |
the `clock::now()` method will return `DateTimeImmutable` objects that are using the UCT timezone, rather than the server time.
They should return the server time zone as the system_clock does.