The source project of this merge request has been removed.
align `dateUtils.dateOf` implementation with `dateUtils.timeOf` implementation
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
).