IACR / program-editor

GUI for conference program creation & editing
3 stars 2 forks source link

Daterange may not span a time change correctly #191

Open kmccurley opened 4 years ago

kmccurley commented 4 years ago

It appears when you try to create a new program of five days starting on Nov 30 ending in December, it cannot count days correctly.

kmccurley commented 4 years ago

The dates given in the previous comment were wrong. The bug only occurs when you choose a date range that spans Nov. 3rd, which is when daylight savings time happens. It turns out that the daterangepicker has a bug in this case.

kmccurley commented 4 years ago

I recommend that we switch to a more reliable date range picker with fewer features.