# File lib/active_support/core_ext/time/calculations.rb, line 45
    def current
      ::Time.zone_default ? ::Time.zone.now : ::Time.now
    end