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.
31 lines
1.0 KiB
31 lines
1.0 KiB
--- !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: v0.12
|
|
reporter: sva <sami.vaarala@iki.fi>
|
|
status: :closed
|
|
disposition: :fixed
|
|
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@iki.fi>
|
|
- created
|
|
- ""
|
|
- - 2014-05-07 21:36:59.747699 Z
|
|
- Sami Vaarala <sami.vaarala@iki.fi>
|
|
- assigned to release v0.12 from unassigned
|
|
- ""
|
|
- - 2014-08-12 13:31:47.924000 Z
|
|
- Sami Vaarala <sami.vaarala@iki.fi>
|
|
- closed with disposition fixed
|
|
- ""
|
|
|