forked from potsda.mn/mobilizon
Use DateTime.utc_now/0 instead of Timex.local/0
Timex.local/0 requires the TZ environment variable to be set Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
d8323c8e5c
commit
dbdb2bcdab
|
@ -37,7 +37,7 @@ defmodule Mobilizon.Web.Email do
|
|||
if Application.fetch_env!(:mobilizon, :env) == :test do
|
||||
"REMOVED FOR TESTING"
|
||||
else
|
||||
Timex.format!(Timex.local(), "{WDshort}, {D} {Mshort} {YYYY} {h24}:{m}:{s} {Z}")
|
||||
Timex.format!(DateTime.utc_now(), "{WDshort}, {D} {Mshort} {YYYY} {h24}:{m}:{s} {Z}")
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue