mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-15 20:36:55 +00:00
Add test for mixed local DATE-TIME with time zone and UTC (Test #765)
This commit is contained in:
parent
233a54f73b
commit
18e4677cb7
2 changed files with 49 additions and 3 deletions
29
radicale/tests/static/event9.ics
Normal file
29
radicale/tests/static/event9.ics
Normal file
|
@ -0,0 +1,29 @@
|
|||
BEGIN:VCALENDAR
|
||||
VERSION:2.0
|
||||
PRODID:-//Mozilla.org/NONSGML Mozilla Calendar V1.1//EN
|
||||
BEGIN:VTIMEZONE
|
||||
TZID:Europe/Paris
|
||||
BEGIN:STANDARD
|
||||
DTSTART;VALUE=DATE-TIME:19701025T030000
|
||||
RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=10
|
||||
TZNAME:CET
|
||||
TZOFFSETFROM:+0200
|
||||
TZOFFSETTO:+0100
|
||||
END:STANDARD
|
||||
BEGIN:DAYLIGHT
|
||||
DTSTART;VALUE=DATE-TIME:19700329T020000
|
||||
RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=3
|
||||
TZNAME:CEST
|
||||
TZOFFSETFROM:+0100
|
||||
TZOFFSETTO:+0200
|
||||
END:DAYLIGHT
|
||||
END:VTIMEZONE
|
||||
BEGIN:VEVENT
|
||||
DTSTAMP:20170510T072956Z
|
||||
UID:event9
|
||||
SUMMARY:event9
|
||||
DTSTART;VALUE=DATE-TIME;TZID=Europe/Paris:20170601T080000
|
||||
DTEND;VALUE=DATE-TIME:20170601T080000Z
|
||||
RRULE:FREQ=DAILY;UNTIL=20170602T060000Z
|
||||
END:VEVENT
|
||||
END:VCALENDAR
|
Loading…
Add table
Add a link
Reference in a new issue