mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 00:48:55 +00:00
Add Temporal::utcNow()
This commit is contained in:
parent
6d23de1bdb
commit
e4f32f8ac8
5 changed files with 16 additions and 16 deletions
|
@ -72,7 +72,7 @@ function testdrive_cron($a,$b) {
|
|||
]);
|
||||
|
||||
q("update user set expire_notification_sent = '%s' where uid = %d",
|
||||
dbesc(Temporal::convert()),
|
||||
dbesc(Temporal::utcNow()),
|
||||
intval($rr['uid'])
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue