From fef315fe5bbcb434807a249a0e67f51b6ffaf6a1 Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Sat, 16 Feb 2013 19:40:53 -0500 Subject: [PATCH] Add another test for DST transitions --- tests/daylight-savings.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/tests/daylight-savings.html b/tests/daylight-savings.html index 4e7e213..2961883 100644 --- a/tests/daylight-savings.html +++ b/tests/daylight-savings.html @@ -23,6 +23,10 @@

The tick marks should all be on day boundaries or nice hours (6, 12, 18), rather than on odd time boundaries like 5, 11, 17 and 23.

+
+
+

This chart shows a continuous line going across the "fall back" EST/EDT event. You may need to switch your computer's time zone to Eastern to see this. The x-axis tick marks go from 01:00 → 01:55 and then back to 01:00.

+ -- 2.7.4