diff options
Diffstat (limited to 'ext/date/tests/bug13142.phpt')
-rw-r--r-- | ext/date/tests/bug13142.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/date/tests/bug13142.phpt b/ext/date/tests/bug13142.phpt index 5849a94427..5550d5ce9c 100644 --- a/ext/date/tests/bug13142.phpt +++ b/ext/date/tests/bug13142.phpt @@ -18,7 +18,7 @@ if (date('T') == 'GMT') { putenv("TZ=EST5EDT4,M4.1.0,M10.5.0"); } echo date("r\n", strtotime("Sep 04 16:39:45 2001")); -echo date("r\n", strtotime("Sep 04 2001 16:39:45")); +echo date("r\n", strtotime("Sep 04 2001 16:39:45")); ?> --EXPECT-- Tue, 04 Sep 2001 16:39:45 -0400 |