From 0b4cf8f0eefb5c3c8592843474843d57cc0494f2 Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Mon, 18 Feb 2013 00:02:49 -0500 Subject: [PATCH] One more case in which ticks across DST boundaries are still broken --- tests/daylight-savings.html | 43 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 42 insertions(+), 1 deletion(-) diff --git a/tests/daylight-savings.html b/tests/daylight-savings.html index 4e9e4c0..0e28162 100644 --- a/tests/daylight-savings.html +++ b/tests/daylight-savings.html @@ -12,6 +12,12 @@ --> + +

DST

@@ -27,6 +33,14 @@

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.

+
+
+

This chart is analogous to the first, except at a "spring forward".

+ +
+
+

This chart shows a continuous series which crosses a "spring forward". The x-axis ticks should skip from 1:55AM to 3:00AM.

+ -- 2.7.4