Skip to content

Commit

Permalink
Fixing timezone formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jbroadway committed Feb 13, 2015
1 parent 512bbca commit 1fcc97f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/AnalogTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function test_tz_and_dates () {
unlink (Analog::handler ());

// Test changing the timezone
Analog::$timezone = 'GMT-6';
Analog::$timezone = 'CST';
Analog::log ('Foo');
$this->assertStringMatchesFormat (
"localhost, %s, %d %s %d %d:%d:%d -0600, 3, Foo\n",
Expand Down

0 comments on commit 1fcc97f

Please sign in to comment.