mirror of
https://github.com/friendica/friendica
synced 2025-05-12 04:24:11 +02:00
Add Temporal::utcNow()
This commit is contained in:
parent
38ff1b455b
commit
8aff8a76eb
51 changed files with 191 additions and 180 deletions
|
@ -557,7 +557,7 @@ class Profile
|
|||
ORDER BY `start` ASC ",
|
||||
local_user(),
|
||||
Temporal::convert('now + 6 days'),
|
||||
Temporal::convert('now')
|
||||
Temporal::utcNow()
|
||||
);
|
||||
if (DBM::is_result($s)) {
|
||||
$r = dba::inArray($s);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue