Module: MessageStore::Postgres::Get::Stream::Last::Time

Defined in:
lib/message_store/postgres/get/stream/last.rb

Class Method Summary collapse

Class Method Details

.utc_coerced(local_time) ⇒ Object



80
81
82
# File 'lib/message_store/postgres/get/stream/last.rb', line 80

def self.utc_coerced(local_time)
  Clock::UTC.coerce(local_time)
end