mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
timestamp -> datetime on file cache
This commit is contained in:
@@ -381,7 +381,6 @@ App::shutdown()
|
||||
'accessedAt' => $now,
|
||||
'signature' => $signature,
|
||||
])));
|
||||
|
||||
} elseif (date('Y/m/d', \time()) > date('Y/m/d', strtotime($cacheLog->getAttribute('accessedAt')))) {
|
||||
var_dump('update');
|
||||
var_dump($now);
|
||||
|
||||
Reference in New Issue
Block a user