Skip to content

Commit d1fb9da

Browse files
committed
refactor: debugbar time header not dependent on locale
1 parent 11f0130 commit d1fb9da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/Debug/Toolbar.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ public function prepare(?RequestInterface $request = null, ?ResponseInterface $r
397397
helper('filesystem');
398398

399399
// Updated to microtime() so we can get history
400-
$time = sprintf('%.6f', Time::now()->format('U.u'));
400+
$time = Time::now()->format('U.u');
401401

402402
if (! is_dir(WRITEPATH . 'debugbar')) {
403403
mkdir(WRITEPATH . 'debugbar', 0777);

0 commit comments

Comments
 (0)