diff --git a/e107 b/e107 index 1494c1866..78213c4a3 160000 --- a/e107 +++ b/e107 @@ -1 +1 @@ -Subproject commit 1494c186603cf28d3f260c3e17b666aec75da390 +Subproject commit 78213c4a31467a0dde4da35413927e95f8ae494f diff --git a/tests/unit/e_dateTest.php b/tests/unit/e_dateTest.php index aed8ddfd4..cfe12a93b 100644 --- a/tests/unit/e_dateTest.php +++ b/tests/unit/e_dateTest.php @@ -180,6 +180,9 @@ public function testConvert_date() { + // Expected values made using the C locale + setlocale(LC_TIME, 'C'); + // will probably fail on windows $actual = $this->dateObj->convert_date(mktime(12, 45, 03, 2, 5, 2018), 'long'); $expected = 'Monday 05 February 2018 - 12:45:03';