PG::BinaryDecoder::

TimestampLocal class

Public Class Methods

new(hash={}, **kwargs)
# File lib/pg/binary_decoder/timestamp.rb, line 19
def initialize(hash={}, **kwargs)
        warn("PG::Coder.new(hash) is deprecated. Please use keyword arguments instead! Called from #{caller.first}", category: :deprecated) unless hash.empty?
        super(**hash, **kwargs, flags: PG::Coder::TIMESTAMP_DB_LOCAL | PG::Coder::TIMESTAMP_APP_LOCAL)
end