fn: add now() function

This commit is contained in:
Asdine El Hrychy
2023-11-28 08:11:27 +04:00
parent 986a493fcf
commit 99923393d6
2 changed files with 33 additions and 0 deletions

View File

@@ -33,3 +33,7 @@
> typeof(NULL)
'null'
-- test: now
> typeof(now())
'timestamp'