method

is_utc?

rails latest stable - Class: ActiveModel::Type::Helpers::TimeValue

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v5.1.7) is shown here.

is_utc?()
public

No documentation available.

# File activemodel/lib/active_model/type/helpers/time_value.rb, line 22
        def is_utc?
          ::Time.zone_default.nil? || ::Time.zone_default =~ "UTC"
        end