Browse Source

add a few ditz issues for Date built-in

pull/1/head
Sami Vaarala 12 years ago
parent
commit
b231fdf0e0
  1. 18
      bugs/issue-7f8717110c769f653a7b3be95e62f912d1b6d956.yaml
  2. 23
      bugs/issue-ba3abd0b5e81691cfaaa05ce7dbefcc1eb14b0df.yaml

18
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 <sami.vaarala@poplatek.fi>
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 <sami.vaarala@poplatek.fi>
- created
- ""

23
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 <sami.vaarala@poplatek.fi>
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 <sami.vaarala@poplatek.fi>
- created
- ""
Loading…
Cancel
Save