mirror of https://github.com/svaarala/duktape.git
Sami Vaarala
12 years ago
2 changed files with 41 additions and 0 deletions
@ -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 |
||||
|
- "" |
@ -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…
Reference in new issue