level 7 typing

This commit is contained in:
Shish
2024-01-20 20:48:47 +00:00
parent 8bd00f60c1
commit 82a3ce25c2
81 changed files with 383 additions and 277 deletions

View File

@@ -131,7 +131,7 @@ class PostgreSQL extends DBEngine
// shimmie functions for export to sqlite
function _unix_timestamp(string $date): int
{
return false_throws(strtotime($date));
return strtotime_ex($date);
}
function _now(): string
{