Skip to content

Commit 2c76127

Browse files
committed
graph : force UTC
1 parent 5923947 commit 2c76127

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

functions.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ function getServices(){
177177
* Get log data
178178
*/
179179
function getLogData(){
180+
date_default_timezone_set('UTC');
180181
$data = array();
181182
$file = new SplFileObject(self::ERROR_LOG);
182183
$file->seek(PHP_INT_MAX);

0 commit comments

Comments
 (0)