Describe the bug
The sessions are not properly displayed on scheduler and program, probably due to non ISO dates
To Reproduce
Steps to reproduce the behaviour:
Expected behaviour
All session properly displayed at the right place in the scheduler and program
Desktop (please complete the following information):
The time saved for session "G茅rez vous cours 脿 distance et vos Webinars avec Big Blue Button" is 2020-09-22T10:30:00+00:00 which in Paris time is 2020-09-22T12:30:00+02:00 so it is correctly shown in the sessions screen

But it is incorrectly shown in scheduler (hence the confusion) and also it is incorrectly shown in expanded session (shown in local timezone)

So there is a huge mixup because in scheduler (i don't know how to schedule manually otherwise), I put it at 10h30 (local time)
Yes, I'll be fixing it today hopefully to remove all inconsistencies
thank you very much
The issue started in #4554 when ember-source was upgraded from 3.19.0 to 3.20.0
There is no mention of any breaking change in their docs so I don't know how things keep breaking on each ember upgrade.
Will revert for now and diagnose more closely why it broke
Actually, with ember-source, jquery got updated to 3.15.0 in the above commit, which contains the following breaking change - https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/
In fullcalendar, they were using unclosed HTML tags which are now unsupported in jquery 3.5.0, this caused the error in #4729 and fixed in #4757
So, reverting jquery to 3.14.1 and removing the patch as well as it is not needed now.
Scheduler and timezone issue in scheduler is now fixed. Will be deployed in an hour or so. The session timing in expanded view will be fixed soon. It is tracked in #4238
Deployed. Please check @kootox
Everything is back to normal and working fine. Lots of thanks
Most helpful comment
Everything is back to normal and working fine. Lots of thanks