Class: PG::BinaryDecoder::TimestampLocal

Inherits:
Timestamp
  • Object
show all
Defined in:
lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/pg-1.4.5/lib/pg/binary_decoder.rb

Instance Method Summary collapse

Constructor Details

#initialize(params = {}) ⇒ TimestampLocal

Returns a new instance of TimestampLocal.



18
19
20
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/pg-1.4.5/lib/pg/binary_decoder.rb', line 18

def initialize(params={})
	super(params.merge(flags: PG::Coder::TIMESTAMP_DB_LOCAL | PG::Coder::TIMESTAMP_APP_LOCAL))
end