Add Temporal::utcNow()

This commit is contained in:
Hypolite Petovan 2018-01-25 23:28:13 -05:00
parent 6d23de1bdb
commit e4f32f8ac8
5 changed files with 16 additions and 16 deletions

View file

@ -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'])
);