class PG::TextDecoder::TimestampWithoutTimeZone

Public Class Methods

new(params={}) click to toggle source
Calls superclass method PG::Coder::new
# File lib/pg/text_decoder.rb, line 36
def initialize(params={})
        super(params.merge(flags: PG::Coder::TIMESTAMP_DB_LOCAL | PG::Coder::TIMESTAMP_APP_LOCAL))
end