emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] icalendar.el: Support timezones without DST


From: Sylvain Chouleur
Subject: Re: [PATCH] icalendar.el: Support timezones without DST
Date: Sun, 16 Nov 2014 18:19:02 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Ulf Jasper <address@hidden> writes:

> Ulf Jasper <address@hidden> writes:
>
>> Sylvain Chouleur <address@hidden> writes:
>>
>>> This patch is here to support vcalendar events which timezone doesn't
>>> have daylight saving time.
>>
>> I'll have a look at the patch.  Thanks.
>
> Your patch broke the automatic test!  But that was due to an error in
> the test. ;)   After a minor tweak it is working now.  Thanks for the patch!
>
> Could you please provide an anonymized sample so that I can add another "real
> world test case"?

Hi,

An example of timezone reproducing the issue is +03:30 Asia/Tehran
I created a sample with http://apps.marudot.com/ical/

BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//www.marudot.com//iCal Event Maker
X-WR-CALNAME:Test
CALSCALE:GREGORIAN
BEGIN:VTIMEZONE
TZID:Asia/Tehran
TZURL:http://tzurl.org/zoneinfo-outlook/Asia/Tehran
X-LIC-LOCATION:Asia/Tehran
BEGIN:STANDARD
TZOFFSETFROM:+0330
TZOFFSETTO:+0330
TZNAME:IRST
DTSTART:19700101T000000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTAMP:20141116T171439Z
UID:address@hidden
DTSTART;TZID="Asia/Tehran":20141116T070000
DTEND;TZID="Asia/Tehran":20141116T080000
SUMMARY:NoDST
DESCRIPTION:Test event from timezone without DST
LOCATION:Everywhere
END:VEVENT
END:VCALENDAR
Regards,
-- 
Sylvain

reply via email to

[Prev in Thread] Current Thread [Next in Thread]