Skip to content

Commit

Permalink
MFB51: fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilia Alshanetsky committed Nov 17, 2005
1 parent f5608e0 commit 47414c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/date/tests/bug35218.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Bug #35218 (strtotime no longer ignores timezone comments like "(PST)")
--FILE--
<?php

date_default_timezone_set("UTC");
$date = 'Sun, 13 Nov 2005 22:56:10 -0800 (PST)';
$date_fixed = 'Sun, 13 Nov 2005 22:56:10 -0800';

Expand Down

0 comments on commit 47414c4

Please sign in to comment.