# File lib/ri_cal/fast_date_time.rb, line 123
    def hms_to_seconds(hours, minutes, seconds)
      seconds + 60 *(minutes + (60 * hours))
    end