setTime(5, 23, 21); $actual = $t->transform($dt, new Transformer\DateTimeFormat()); $this->assertEquals('2022-04-01T05:23:21+00:00', $actual); } }