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

@ -411,7 +411,7 @@ class Probe
}
}
$fields['updated'] = DBM::date();
$fields['updated'] = DateTimeFormat::utcNow();
$condition = ['nurl' => normalise_link($data["url"])];