Use DateTimeFormat::utc() instead of DBM::date()

This commit is contained in:
Hypolite Petovan 2018-07-21 08:25:11 -04:00 committed by Hypolite Petovan
parent c55e389bbc
commit 8ddb94ef06
7 changed files with 15 additions and 12 deletions

View file

@ -1748,7 +1748,7 @@ class DFRN
dbesc($contact["name"]), dbesc($contact["nick"]), dbesc($contact["about"]), dbesc($contact["location"]),
dbesc($contact["addr"]), dbesc($contact["keywords"]), dbesc($contact["bdyear"]),
dbesc($contact["bd"]), intval($contact["hidden"]), dbesc($contact["xmpp"]),
dbesc(DBM::date($contact["name-date"])), dbesc(DBM::date($contact["uri-date"])),
dbesc(DateTimeFormat::utc($contact["name-date"])), dbesc(DateTimeFormat::utc($contact["uri-date"])),
intval($contact["id"]), dbesc($contact["network"])
);
}