Current section

Files

Jump to
inflex_db lib inflex_db current_time system_adapter.ex
Raw

lib/inflex_db/current_time/system_adapter.ex

defmodule InflexDB.CurrentTime.SystemAdapter do
@moduledoc false
@behaviour InflexDB.CurrentTime.Behaviour
@impl InflexDB.CurrentTime.Behaviour
def epoch_now do
DateTime.to_unix(DateTime.utc_now())
end
end