datatracker/ietf/static
Jennifer Richards cb996c5c0b
fix: refactor/correct calculation of week-view event start/end times (#3947)
* fix: use DST-friendly tz calculation for TimeSlot end times

Around DST changes, localize(time + duration).astimezone() is not
the same as localize(time).astimezone() + duration. The latter allows
tz-aware times to do their magic and give correct clock times.

* fix: refactor/correct calculation of week-view event start/end times

There were bugs in the timestamp calculations around DST switchover.
This corrects those and tries to clarify and improve documentation in
the relevant code.
2022-05-11 16:08:47 -05:00
..
css chore: switch to Yarn 3 (#3819) 2022-04-25 15:54:05 -05:00
images More fixes 2021-12-08 08:55:45 +00:00
js fix: refactor/correct calculation of week-view event start/end times (#3947) 2022-05-11 16:08:47 -05:00
.gitignore More fixes 2021-12-08 08:55:45 +00:00