method
read_time_with_zone
rails latest stable - Class:
ActiveSupport::MessagePack::Extensions
read_time_with_zone(unpacker)public
No documentation available.
# File activesupport/lib/active_support/message_pack/extensions.rb, line 174
def read_time_with_zone(unpacker)
ActiveSupport::TimeWithZone.new(read_time(unpacker), read_time_zone(unpacker))
end