class PG::BinaryDecoder::TimestampUtc

Convenience classes for timezone options

Public Class Methods

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