Skip to content

Move all date-handling stuff to C++

Claudio Cambra requested to merge work/clau/cpp_dates into master

We've had a boatload of bugs and issues related to conversion between C++ and QML date types when editing incidences. This MR scraps all QML/JS related date handling with regard to incidence editing and moves all of this into C++, where date, timezone, and summertime handling is more predictable and explicit.

Merge request reports