So glad #perl DateTime.pm have a $dt->truncate( to => ... ) method. Makes possible to alter a date to a "close" value, e. g. ->truncate( to => 'day' ) and a DateTime that's set to 3:54PM would be "reset" to the same day, 00::00:00AM.