This commit is contained in:
Lain Soykaf 2025-03-11 18:21:27 +04:00
commit 5ce612b272
9 changed files with 21 additions and 18 deletions

View file

@ -0,0 +1,6 @@
defmodule Pleroma.DateTime.Impl do
@behaviour Pleroma.DateTime
@impl true
def utc_now, do: NaiveDateTime.utc_now()
end