Opened 11 years ago
Closed 11 years ago
#42 closed defect (fixed)
fun with timezones
Reported by: | gregoa | Owned by: | |
---|---|---|---|
Priority: | important | Milestone: | confclerk 0.5.5 |
Component: | database | Version: | confclerk 0.5.4 |
Keywords: | Cc: |
Description
somewhere the handling of UTC vs. localtime breaks, and events are shown a day too early. at least when entered manually as timestamps in the db.
orm functions?
Change History (5)
comment:1 Changed 11 years ago by
comment:3 Changed 11 years ago by
Nice commit :-) r1444 solves some of the issues, but there seem to be more:
- Before r1444, the minutes of the first time group were set to 0 so that the time groups started at full hours. Now the first time groups starts when the first event start but the documentation of the function still says that time groups start at full hours.
- Strange grouping occurs when using the fosdem 2011 schedule and changing all start times that are 09:00 to 09:05.
Note: See
TracTickets for help on using
tickets.
The commit r1443 makes it at least better.
What remains to do:
EventModel::createTimeGroups()
.