Closed chrisedington closed 7 years ago
Semi obvious now that I see it but I was creating my bookables with +0200 timezone, and I should have done it in UTC.
I converted my bookable creation to UTC:
IceCube::Schedule.new(date.utc, duration: 45.minutes)
Hi,
Having an interesting problem which I cannot solve, would appreciate any feedback:
Above, I get the available slots for a day, and they are returned in the correct timezone and all looks good. Further info on these "slots":
I then do an availability check on one of the slots, and I see the below. Note the line
Datetime('2017-03-01T15:00:00Z'))
- this is 2 hours BEHIND the slot.last timezone it showed above.Some further examination of timezones in use are:
Any ideas on how I can get these timezones to align?