mirror of
https://github.com/friendica/friendica
synced 2025-05-03 05:44:10 +02:00
Add Temporal::utcNow()
This commit is contained in:
parent
38ff1b455b
commit
8aff8a76eb
51 changed files with 191 additions and 180 deletions
|
@ -55,8 +55,8 @@ class Photo
|
|||
'contact-id' => $cid,
|
||||
'guid' => $guid,
|
||||
'resource-id' => $rid,
|
||||
'created' => Temporal::convert(),
|
||||
'edited' => Temporal::convert(),
|
||||
'created' => Temporal::utcNow(),
|
||||
'edited' => Temporal::utcNow(),
|
||||
'filename' => basename($filename),
|
||||
'type' => $Image->getType(),
|
||||
'album' => $album,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue