We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8e92eb commit a880fb9Copy full SHA for a880fb9
tests/UtilTest.php
@@ -34,6 +34,6 @@ public function testGetTimestamp() {
34
// catch regressions, at least more than will be accepted by an LRS which is really
35
// ultimately what we want in our tests
36
//
37
- $this->assertRegExp('/\d\d\d\d-[01]\d-[0123]\dT[012]\d:[012345]\d:[012345]\d\.\d\d\d[-+]\d\d:\d\d/', $result);
+ $this->assertRegExp('/\d\d\d\d-[01]\d-[0123]\dT[012]\d:[012345]\d:[012345]\d\.\d\d\d\+00:00/', $result);
38
}
39
0 commit comments