Use DateTimeFormat::utc() instead of DBM::date()
This commit is contained in:
committed by
Hypolite Petovan
parent
c55e389bbc
commit
8ddb94ef06
@@ -411,7 +411,7 @@ class Probe
|
||||
}
|
||||
}
|
||||
|
||||
$fields['updated'] = DBM::date();
|
||||
$fields['updated'] = DateTimeFormat::utcNow();
|
||||
|
||||
$condition = ['nurl' => normalise_link($data["url"])];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user