method

_load

v2.2.1 - Show latest stable - Class: Time
_load(marshaled_time)
public

No documentation available.

# File activesupport/lib/active_support/core_ext/time.rb, line 16
      def _load(marshaled_time)
        time = _original_load(marshaled_time)
        utc = time.instance_variable_get('@marshal_with_utc_coercion')
        utc ? time.utc : time
      end