# File lib/groupdate/magic.rb, line 207
    def day_start
      @day_start ||= ((options[:day_start] || Groupdate.day_start).to_f * 3600).round
    end