Skip to content

Commit

Permalink
fix time zone issue
Browse files Browse the repository at this point in the history
  • Loading branch information
niccokunzmann committed Jun 30, 2020
1 parent c3eb1aa commit 90fec4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions test/calendars/issue-27-t1.ics
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ END:VTIMEZONE
BEGIN:VEVENT
UID:3bbe38c205956551730fc9233525fe268296ec02
DTSTAMP:20200423T174240Z
DTSTART;TZID=/freeassociation.sourceforge.net/Europe/Berlin:
DTSTART;TZID=Europe/Berlin:
20200426T140000
DTEND;TZID=/freeassociation.sourceforge.net/Europe/Berlin:
DTEND;TZID=Europe/Berlin:
20200426T143000
SUMMARY:Reoccur
SEQUENCE:7
Expand Down
4 changes: 2 additions & 2 deletions test/calendars/issue-27-t2.ics
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ END:VTIMEZONE
BEGIN:VEVENT
UID:3bbe38c205956551730fc9233525fe268296ec02
DTSTAMP:20200423T174240Z
DTSTART;TZID=/freeassociation.sourceforge.net/Europe/Berlin:
DTSTART;TZID=Europe/Berlin:
20200426T140000
DTEND;TZID=/freeassociation.sourceforge.net/Europe/Berlin:
DTEND;TZID=Europe/Berlin:
20200426T143000
SUMMARY:Reoccur
SEQUENCE:7
Expand Down

0 comments on commit 90fec4a

Please sign in to comment.