From b91a947d5eb427cd61c982061d1c3c4498dc6824 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Thu, 8 Apr 2004 16:17:35 +0000 Subject: [PATCH] - Added test and not the diff ;-) --- ext/standard/tests/time/bug20382.phpt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 ext/standard/tests/time/bug20382.phpt diff --git a/ext/standard/tests/time/bug20382.phpt b/ext/standard/tests/time/bug20382.phpt new file mode 100644 index 0000000000..4da8c21105 --- /dev/null +++ b/ext/standard/tests/time/bug20382.phpt @@ -0,0 +1,16 @@ +--TEST-- +Bug #20382 (strtotime ("Monday", $date) produces wrong result on DST changeover) +--FILE-- + +--EXPECT-- +tStamp=Wednesday 2004-10-27 17:17:17 CEST +result=Monday 2004-11-01 00:00:00 CET +wanted=Monday 2004-11-01 00:00:00 CET -- 2.50.1