My timetzone is UTC+2
An event with a start and stop time vom 3am to 4am (UTC+2) will be changed in an event in UTC+0 two hours earlyer:
The following export shows, that the event is from 1am to 2am (UTC+0)
BEGIN:VEVENT
UID:611@
SUMMARY:Termin 3:00 bis 4:00
DESCRIPTION:
CLASS:PUBLIC
LAST-MODIFIED:20160806T125915Z
DTSTAMP:20160806T130351Z
DTSTART:20160807T010000Z
DTEND:20160807T020000Z
CATEGORIES:xxx
I think here moodle works correct.
The problem occurs with events that have NO stoptime.
Example: An Event at 1 a clock (1am)
BEGIN:VEVENT
UID:615@xxxxx
SUMMARY:samstag 20160806 1 uhr
DESCRIPTION:
CLASS:PUBLIC
LAST-MODIFIED:20160806T142144Z
DTSTAMP:20160806T142209Z
DTSTART;VALUE=DATE:20160805
DTEND;VALUE=DATE:20160806
CATEGORIES:xxxxxxxxx
END:VEVENT
I think that in the moment moodle first changes the event from 20160806 1am(UTC+2) into an event 20160805 11pm(UTC+0) and than moodle makes an event for the hole day 20160805.
I think moodle should better support events with no endtime by setting the the endtime to the same as the beginingtime.
Moodle shoud NOT change make an event into a daliy.
- has been marked as being related by
-
MDL-54607 Assignment due date missing time in calendar export, can be a day early or late
-
- Closed
-
- is a regression caused by
-
MDL-49561 Error in iCalendar export of zero duration events from Moodle
-
- Closed
-
- is duplicated by
-
MDL-52946 Export of non-duration events is wrong
-
- Closed
-