danheron/Heron.MudCalendar

CellClicked event incorrect time value

Closed this issue · 1 comments

Hello,

I found another issue while testing.
When clicking on an empty cell the CellClicked event gets called and is supposed to submit the (start) time of the current cell.
In my case I have set the interval to 10 min and if I click on each of the 6 cells per hour (each hour the same effect) I get the following time values (example hour 9-10):
9:00
9:09 <--
9:20
9:30
9:39 <--
9:50

I assume this is another localization issue and/or a rounding error.

Seems like a bug. I will fix it.