# File lib/chronic/mini_date.rb, line 5
    def self.from_time(time)
      new(time.month, time.day)
    end