module MessageStore::Postgres::Get::Time

Public Class Methods

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