class PG::TextDecoder::TimestampUtcToLocal

Public Class Methods

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