Class: PG::TextDecoder::TimestampLocal
- Inherits:
-
Timestamp
- Object
- Timestamp
- PG::TextDecoder::TimestampLocal
- Defined in:
- lib/pg/text_decoder.rb
Instance Method Summary collapse
-
#initialize(params = {}) ⇒ TimestampLocal
constructor
A new instance of TimestampLocal.
Constructor Details
#initialize(params = {}) ⇒ TimestampLocal
Returns a new instance of TimestampLocal.
37 38 39 |
# File '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 |