diff --git a/ns/time.md b/ns/time.md new file mode 100644 index 0000000..5abb7bc --- /dev/null +++ b/ns/time.md @@ -0,0 +1,13 @@ +# time + +Get the current time (offset from Jan 1 1970) from the host. + +## Functions + +### now + +**Returns:** `i64` + +**Semantics:** + +Returns the number of seconds elapsed since Jan 1, 1970, UTC. This offset will always be in UTC.