Module: EventSource::Postgres::Get::Last::Time

Defined in:
lib/event_source/postgres/get/last.rb

Class Method Summary collapse

Class Method Details

.utc_coerced(local_time) ⇒ Object



104
105
106
# File 'lib/event_source/postgres/get/last.rb', line 104

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