# File lib/ice_cube/time_util.rb, line 339 def clear_day @time.day > 1 ? @time -= (@time.day - 1) * ONE_DAY : @time end