Time of events is shown in UTC, not local time
Bug #610416 reported by
Rory McCann
This bug affects 14 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
LoCo Team Portal |
Fix Released
|
Medium
|
Michael Hall |
Bug Description
The events page of the loco directory shows times in UTC (i.e. +0000 timezone), example: http://
Related branches
lp://staging/~mhall119/loco-team-portal/team-events-localtime
- Chris Johnston: Approve
- Daniel Holbach (community): Approve
-
Diff: 338 lines (+165/-13)11 files modifiedINSTALL (+1/-1)
loco_directory/events/forms.py (+13/-0)
loco_directory/events/models.py (+38/-4)
loco_directory/templates/events/global_event_detail_basic.inc.html (+2/-2)
loco_directory/templates/events/team_event_detail_basic.inc.html (+3/-3)
loco_directory/templates/events/team_event_detail_comments.inc.html (+1/-1)
loco_directory/templates/events/team_event_list.inc.html (+2/-2)
loco_directory/templates/venues/venue_detail_basic.inc.html (+6/-0)
loco_directory/userprofiles/models.py (+17/-0)
loco_directory/venues/migrations/0005_add_venue_timezone.py (+47/-0)
loco_directory/venues/models.py (+35/-0)
Changed in loco-directory: | |
importance: | Undecided → Medium |
Changed in loco-directory: | |
importance: | Medium → Critical |
Changed in loco-directory: | |
status: | Confirmed → In Progress |
assignee: | nobody → Michael Hall (mhall119) |
Changed in loco-directory: | |
status: | In Progress → Fix Committed |
milestone: | none → 0.2.21 |
Changed in loco-directory: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Do teams have multiple timezones?
Will an event span >1 timezones?
Should the event organizer specify the timezone for each event?