# File lib/glue/time.rb, line 63 def self.end_of_day(time) return Time.mktime(time.year, time.month, time.day, 23, 59, 59, 999) end