Skip to content

Calendar event pages for full day event show (wrong) times #560

@malemburg

Description

@malemburg

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

No one assigned

    Labels

    app/eventsRelates to the calendars and events appbugThis is a bug!frontendRelates to the frontend of the app

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions