Skip to content

Add DateTime corresponding to C++ type

Tilman Daab requested to merge feature/date-time-as-in-cpp into master

Currently, we only have a DateTimeIceConverter, that converts date times to plain int values, and the Ice dto of DateTime. This MR adds a dto that is a proper python class.

Thanks @peller for support.

Merge request reports