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 af72430 commit 00f3ab8Copy full SHA for 00f3ab8
src/Service/TimeService.php
@@ -28,7 +28,7 @@ final class TimeService implements TimeServiceInterface
28
*/
29
public function getCurrentMillisecondTimestamp(): int
30
{
31
- $carbonNow = Carbon::now(date_default_timezone_get());
+ $carbonNow = Carbon::now();
32
33
return (int)($carbonNow->getTimestamp() . str_pad((string)$carbonNow->milli, 3, '0'));
34
}
0 commit comments