-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
1.9.6
-
None
-
MOODLE_19_STABLE
The force booking function (for people with mrbs:forcebook) doesn't find bookings created before a DST change if trying to forceably book a room after the DST change. This happens because the record stores the time offset by one hour, but the query that searches for clashing bookings doesn't offset the time.
The attached patch amends the query to also search for offset bookings.
- will help resolve
-
CONTRIB-1152 MRBS prior to version 1.4.x mishandles timezones in some environments when displaying bookings made before change to daylight saving time when in daylight saving time. These booking times show as an hour early.
- Resolved