# File lib/ri_cal/fast_date_time.rb, line 28
    def self.from_date(date)
      new(date.year, date.month, date.day, 0, 0, 0, 0)
    end