Skip to content

TargetSolver: use simple date arithmetics instead of createDateTimeFromMillis

Jérome Perrin requested to merge fix/drop_createDateTimeFromMillis into master

Maybe this made sense long time ago, but nowadays we are using equivalence testers which tolerate date differences with more flexibility.

createDateTimeFromMillis was also problematic as it uses internal private attributes of DateTime which is a pylint error with more recent DateTime

Merge request reports