Add Temporal::utcNow()

This commit is contained in:
Hypolite Petovan
2018-01-25 23:26:51 -05:00
parent 38ff1b455b
commit 8aff8a76eb
51 changed files with 191 additions and 180 deletions
+1 -1
View File
@@ -198,7 +198,7 @@ class DiscoverPoCo {
}
} else {
q("UPDATE `gcontact` SET `last_failure` = '%s' WHERE `nurl` = '%s'",
dbesc(Temporal::convert()), dbesc(normalise_link($user["url"])));
dbesc(Temporal::utcNow()), dbesc(normalise_link($user["url"])));
}
// Quit the loop after 3 minutes