method
_load
_load(marshaled_time)
public
Hide source
# 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