Move Temporal::convert() to DateTimeFormat::convert()
This commit is contained in:
@@ -73,7 +73,7 @@ class ParseUrl
|
||||
[
|
||||
'url' => normalise_link($url), 'guessing' => !$no_guessing,
|
||||
'oembed' => $do_oembed, 'content' => serialize($data),
|
||||
'created' => Temporal::utcNow()
|
||||
'created' => DateTimeFormat::utcNow()
|
||||
],
|
||||
true
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user