Skip to content

align `dateUtils.dateOf` implementation with `dateUtils.timeOf` implementation

Kai Burghardt requested to merge (removed):main into main

The implementation of dateUtils.timeOf uses system.frac. This MR aligns the implementation of dateUtils.dateOf with that of dateUtils.timeOf by using system.int (instead of trunc).

Merge request reports