1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-04 05:37:32 +02:00

Possible fix for test failure on some machines.

This commit is contained in:
Cameron
2020-12-25 15:03:10 -08:00
parent 84a3e45e48
commit c0736df559

View File

@@ -191,6 +191,9 @@
$this->fail("Couldn't load e_customfields object");
}
setlocale(LC_TIME, 'C');
date_default_timezone_set('UTC');
}
public function testFieldValues()