We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0409499 commit 7ad6b00Copy full SHA for 7ad6b00
src/structures/LocalTime.php
@@ -40,7 +40,7 @@ public function nanoseconds(): int
40
41
public function __toString(): string
42
{
43
- return \DateTime::createFromFormat('U.u', bcdiv($this->nanoseconds, 10e8, 6), new \DateTimeZone('UTC'))
+ return \DateTime::createFromFormat('U.u', bcdiv($this->nanoseconds, 10e8, 6))
44
->format('H:i:s.u');
45
}
46
0 commit comments