mirror of
https://github.com/friendica/friendica
synced 2025-04-26 04:30:11 +00:00
Use DateTimeFormat::utc() instead of DBM::date()
This commit is contained in:
parent
c55e389bbc
commit
8ddb94ef06
7 changed files with 15 additions and 12 deletions
|
@ -411,7 +411,7 @@ class Probe
|
|||
}
|
||||
}
|
||||
|
||||
$fields['updated'] = DBM::date();
|
||||
$fields['updated'] = DateTimeFormat::utcNow();
|
||||
|
||||
$condition = ['nurl' => normalise_link($data["url"])];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue