# File lib/ri_cal/fast_date_time.rb, line 32 def self.from_date_at_end_of_day(date) new(date.year, date.month, date.day, 23, 59, 59, 0) end