1
0
Fork 0
mirror of synced 2024-07-02 05:00:33 +12:00

Merge branch 'feat-refactor-hamster' of https://github.com/appwrite/appwrite into feat-refactor-hamster

This commit is contained in:
德华 刘 2023-11-30 16:23:05 +00:00
commit 5cb818066f

View file

@ -45,9 +45,6 @@ class Hamster extends Action
$next->setTimezone(new \DateTimeZone(date_default_timezone_get()));
$delay = $next->getTimestamp() - $now->getTimestamp();
$delay = 5;
/**
* If time passed for the target day.
*/