-
Notifications
You must be signed in to change notification settings - Fork 629
Closed
Labels
app/eventsRelates to the calendars and events appRelates to the calendars and events appbugThis is a bug!This is a bug!frontendRelates to the frontend of the appRelates to the frontend of the app
Description
See e.g. https://www.python.org/events/python-events/246/
This is an event for the days March 28 and 29. The calendar entry uses all day entries for this, without specifying times on each day. Yet the python.org site displays "From 28 March at 12am UTC through 30 March at 12am UTC, 2015", so it's 12 hours off.
The all day event should really only show up as "From 28 March through 29 March".
The iCal entry for the events starts with:
BEGIN:VEVENT
DTSTART;VALUE=DATE:20150328
DTEND;VALUE=DATE:20150330
DTSTAMP:20150202T092425Z
...
without timezone information.
Metadata
Metadata
Assignees
Labels
app/eventsRelates to the calendars and events appRelates to the calendars and events appbugThis is a bug!This is a bug!frontendRelates to the frontend of the appRelates to the frontend of the app