Hi devs,
I found a bug in current EPL on my local setup and Stylite demo:
- create event series at arbitrary time and type (yearly, weekly, …)
- reopen event series and change to whole day
Event vanished …
Reason (end is one second before start):
±-------------------------±-----------------------+
| from_unixtime(cal_start) | from_unixtime(cal_end) |
±-------------------------±-----------------------+
| 2013-03-18 00:00:00 | 2013-03-17 23:59:59 |
| 2014-03-18 00:00:00 | 2014-03-17 23:59:59 |
| 2015-03-18 00:00:00 | 2015-03-17 23:59:59 |
±-------------------------±-----------------------+
Greetings
Christian