Skip to content

Commit 02dfd50

Browse files
committed
timestamp with microseconds
1 parent 2e3852f commit 02dfd50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Understand/UnderstandLaravel/Logger.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ protected function prepare(array $log, array $additional = [])
8181

8282
if (!isset($event['timestamp']))
8383
{
84-
$event['timestamp'] = time();
84+
$event['timestamp'] = round(microtime(true) * 1000);
8585
}
8686

8787
return $event;

0 commit comments

Comments
 (0)