diff --git a/database/db_types.anubis b/database/db_types.anubis index d46b816..68ef587 100644 --- a/database/db_types.anubis +++ b/database/db_types.anubis @@ -6,6 +6,7 @@ * */ transmit tools/basis.anubis +transmit tools/ISO-8601.anubis public type DB_id: none, @@ -91,7 +92,7 @@ public define Maybe(DB_datetime) public define DB_datetime now = - _Int_to_ISO_8601_datetime(now). + db_datetime(_Int_to_ISO_8601_datetime(now)). public define Maybe(DB_time) diff --git a/web/CXM_web_arg_utils.anubis b/web/CXM_web_arg_utils.anubis index 5a22706..5cc0b08 100644 --- a/web/CXM_web_arg_utils.anubis +++ b/web/CXM_web_arg_utils.anubis @@ -103,7 +103,7 @@ public define Bool found(_) then true }. -public define Maybe(Bool) + public define Maybe(Bool) get_Bool ( List(Web_arg) lwa, -- libgit2 0.21.4