mirror of https://github.com/svaarala/duktape.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
828 B
24 lines
828 B
12 years ago
|
--- !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
|
||
|
- ""
|