# File lib/ri_cal/fast_date_time.rb, line 80
    def to_s
      "#{year}/#{month}/#{day} #{hour}:#{min}:#{sec} #{offset}"
    end