1 2 3 4 5 6
defmodule Pleroma.DateTime.Impl do @behaviour Pleroma.DateTime @impl true def utc_now, do: NaiveDateTime.utc_now() end