module EventSource::Postgres::Get::Time
Public Class Methods
utc_coerced(local_time)
click to toggle source
# File lib/event_source/postgres/get.rb, line 85 def self.utc_coerced(local_time) Clock::UTC.coerce(local_time) end