# File lib/glue/time.rb, line 56 def self.start_of_day(time) return Time.mktime(time.year, time.month, time.day, 0, 0, 0, 0) end