Skip to content
This repository has been archived by the owner on Jan 13, 2019. It is now read-only.

Calendar events returned in incorrect timezone (UTC instead of local time) #52

Open
tmochida opened this issue Mar 29, 2016 · 0 comments

Comments

@tmochida
Copy link
Contributor

Django documentation describes that datetime information is stored in database in UTC and automatically converts to local time when creating datetime objects. This is not the case for get_calendar_info() in upe_calendar/views.py.

Because of this, event dates can be off by a day depending on event time. The calendar will be inaccessible from our home page until this is fixed.

tmochida added a commit that referenced this issue Mar 30, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant