Class: PG::TextDecoder::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/text_decoder.rb

Instance Method Summary collapse

Constructor Details

#initialize(params = {}) ⇒ TimestampLocal

Returns a new instance of TimestampLocal.



37
38
39
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/pg-1.4.5/lib/pg/text_decoder.rb', line 37

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