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 f76b254 commit 61fd1c1Copy full SHA for 61fd1c1
tests/Jyxo/Time/TimeTest.php
@@ -176,7 +176,7 @@ public function testMagicGet()
176
$this->assertEquals('2009-10-10T00:00:00+0700', $time->sql);
177
$this->assertEquals('Sat, 10 Oct 09 00:00:00 +0700', $time->email);
178
$this->assertEquals('2009-10-10T00:00:00+07:00', $time->web);
179
- $this->assertEquals('Saturday, 10-Oct-2009 00:00:00 GMT-7', $time->cookie);
+ $this->assertEquals('Saturday, 10-Oct-2009 00:00:00 +07', $time->cookie);
180
$this->assertEquals('Sat, 10 Oct 2009 00:00:00 +0700', $time->rss);
181
$this->assertEquals('1255107600', $time->unix);
182
$this->assertEquals('Fri, 09 Oct 2009 17:00:00 GMT', $time->http);
0 commit comments