Closed
Bug 1090082
Opened 11 years ago
Closed 11 years ago
Russian timezones like Europe/Moscow are out-of-date and incorrect
Categories
(Calendar :: Lightning Only, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1129857
People
(Reporter: monakhv, Unassigned)
References
Details
(Whiteboard: [timezone])
Attachments
(1 file)
|
288.00 KB,
application/x-sqlite3
|
Details |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:33.0) Gecko/20100101 Firefox/33.0
Build ID: 20141015093046
Steps to reproduce:
Create new which hasstart time 17-00 Europe/Moscow on network calendar
Actual results:
I've got event
BEGIN:VCALENDAR
PRODID:-//Mozilla.org/NONSGML Mozilla Calendar V1.1//EN
VERSION:2.0
BEGIN:VTIMEZONE
TZID:Europe/Moscow
X-LIC-LOCATION:Europe/Moscow
BEGIN:STANDARD
TZOFFSETFROM:+0400
TZOFFSETTO:+0400
TZNAME:MSK
DTSTART:19700101T000000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
UID:e22635db-e82a-4422-be31-b2f0adb00c21
DTSTAMP:20141027T125056Z
SUMMARY:th-17
DTSTART;TZID=Europe/Moscow:20141027T170000
DTEND;TZID=Europe/Moscow:20141027T180000
CREATED:20141027T122644Z
LAST-MODIFIED:20141027T125056Z
TRANSP:OPAQUE
X-MOZ-GENERATION:2
X-MOZ-LASTACK:20141027T124511Z
BEGIN:VALARM
DESCRIPTION:Default Mozilla Description
ACTION:DISPLAY
TRIGGER;VALUE=DURATION:-PT15M
END:VALARM
END:VEVENT
END:VCALENDAR
Expected results:
The event must have +0300 offset for time zone
BEGIN:VCALENDAR
PRODID:-//Mozilla.org/NONSGML Mozilla Calendar V1.1//EN
VERSION:2.0
BEGIN:VTIMEZONE
TZID:Europe/Moscow
X-LIC-LOCATION:Europe/Moscow
BEGIN:STANDARD
TZOFFSETFROM:+0300
TZOFFSETTO:+0300
TZNAME:MSK
DTSTART:19700101T000000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
UID:e22635db-e82a-4422-be31-b2f0adb00c21
DTSTAMP:20141027T125056Z
SUMMARY:th-17
DTSTART;TZID=Europe/Moscow:20141027T170000
DTEND;TZID=Europe/Moscow:20141027T180000
CREATED:20141027T122644Z
LAST-MODIFIED:20141027T125056Z
TRANSP:OPAQUE
X-MOZ-GENERATION:2
X-MOZ-LASTACK:20141027T124511Z
BEGIN:VALARM
DESCRIPTION:Default Mozilla Description
ACTION:DISPLAY
TRIGGER;VALUE=DURATION:-PT15M
END:VALARM
END:VEVENT
END:VCALENDAR
Time zone data base timezones.sqlite has wrong defenition for Europe/Moscow time zone.
timezones.sqlite too old and MUST be updated
Comment 1•11 years ago
|
||
Should be fixed when Lightning includes up-to-date timezone information (Bug 1009894).
Depends on: 1009894
Comment 2•11 years ago
|
||
please set either as confirmed or as duplicate
Updated•11 years ago
|
Whiteboard: [timezone]
Updated•11 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: Timezone Europe/Moscow is incorrect → Russian timezones like Europe/Moscow are out-of-date and incorrect
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•