cleanup, docs

This commit is contained in:
root
2026-06-16 12:21:31 +00:00
parent dff1959341
commit ea08d5f28b
296 changed files with 1571 additions and 1940 deletions
+2 -3
View File
@@ -10,7 +10,6 @@ return value : second-accurate current Unix timestamp
:content
Returns the current Unix timestamp as a 64-bit integer with second precision.
Related:
- PHP: `time()`
- JavaScript / Node.js: `Math.floor(Date.now() / 1000)` or `Date.now()` depending on units
:example
print(time() > 0 ? "timestamp\n" : "no timestamp\n");