From b231fdf0e0eab1fc471b4e4162610ce888dd2fd7 Mon Sep 17 00:00:00 2001 From: Sami Vaarala Date: Wed, 20 Feb 2013 23:01:25 +0200 Subject: [PATCH] add a few ditz issues for Date built-in --- ...717110c769f653a7b3be95e62f912d1b6d956.yaml | 18 +++++++++++++++ ...abd0b5e81691cfaaa05ce7dbefcc1eb14b0df.yaml | 23 +++++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 bugs/issue-7f8717110c769f653a7b3be95e62f912d1b6d956.yaml create mode 100644 bugs/issue-ba3abd0b5e81691cfaaa05ce7dbefcc1eb14b0df.yaml diff --git a/bugs/issue-7f8717110c769f653a7b3be95e62f912d1b6d956.yaml b/bugs/issue-7f8717110c769f653a7b3be95e62f912d1b6d956.yaml new file mode 100644 index 00000000..2b92edb8 --- /dev/null +++ b/bugs/issue-7f8717110c769f653a7b3be95e62f912d1b6d956.yaml @@ -0,0 +1,18 @@ +--- !ditz.rubyforge.org,2008-03-06/issue +title: check Date built-in corner case handling for DST +desc: See FIXMEs in duk_builtin_date.c. +type: :task +component: duk +release: +reporter: sva +status: :unstarted +disposition: +creation_time: 2013-02-20 19:57:15.027291 Z +references: [] + +id: 7f8717110c769f653a7b3be95e62f912d1b6d956 +log_events: +- - 2013-02-20 19:57:15.344012 Z + - sva + - created + - "" diff --git a/bugs/issue-ba3abd0b5e81691cfaaa05ce7dbefcc1eb14b0df.yaml b/bugs/issue-ba3abd0b5e81691cfaaa05ce7dbefcc1eb14b0df.yaml new file mode 100644 index 00000000..2c548860 --- /dev/null +++ b/bugs/issue-ba3abd0b5e81691cfaaa05ce7dbefcc1eb14b0df.yaml @@ -0,0 +1,23 @@ +--- !ditz.rubyforge.org,2008-03-06/issue +title: get_timeval_from_dparts() local-to-UTC conversion is incorrect +desc: "The correct algorithm is in E5.1 Section 15.9.1.9:\n\n\ + UTC(t) = t \xE2\x80\x93 LocalTZA \xE2\x80\x93 DaylightSavingTA(t \xE2\x80\x93 LocalTZA)\n\n\ + The current implementation determines the local time UTC offset using\n\ + the local time and then just removes it from the timestamp. The bug\n\ + is that, conceptually, daylight savings status is evaluated for a\n\ + wrong timestamp." +type: :bugfix +component: duk +release: +reporter: sva +status: :unstarted +disposition: +creation_time: 2013-02-20 20:28:10.528642 Z +references: [] + +id: ba3abd0b5e81691cfaaa05ce7dbefcc1eb14b0df +log_events: +- - 2013-02-20 20:28:10.772216 Z + - sva + - created + - ""