Skip to content

Commit 00f3ab8

Browse files
committed
revert now() adaption
1 parent af72430 commit 00f3ab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Service/TimeService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ final class TimeService implements TimeServiceInterface
2828
*/
2929
public function getCurrentMillisecondTimestamp(): int
3030
{
31-
$carbonNow = Carbon::now(date_default_timezone_get());
31+
$carbonNow = Carbon::now();
3232

3333
return (int)($carbonNow->getTimestamp() . str_pad((string)$carbonNow->milli, 3, '0'));
3434
}

0 commit comments

Comments
 (0)