# File lib/active_support/core_ext/date/calculations.rb, line 30
          def current
            ::Time.zone_default ? ::Time.zone.today : ::Date.today
          end