StephenChou1017 / react-big-scheduler

A scheduler and resource planning component built for React and made for modern browsers (IE10+)
https://stephenchou1017.github.io/scheduler/#/
MIT License
754 stars 414 forks source link

fixed a bug that double an hour on time change & allow hours to be displayed over two days #170

Open AudranDoublet opened 5 years ago

AudranDoublet commented 5 years ago

On time change (for example today in France), on hour of the day is doubled, which causes visual bugs.

In addition, a small change on dayStartFrom/dayStopTo. Currently, it is not possible to have a calendar straddling two days (e. g. from 8pm to 8am) because dayStopTo is added to the end time, increasing the gap from 12 to 36 hours.