module EventSource::Postgres::Get::Last::Time

Public Class Methods

utc_coerced(local_time) click to toggle source
# File lib/event_source/postgres/get/last.rb, line 104
def self.utc_coerced(local_time)
  Clock::UTC.coerce(local_time)
end