summaryrefslogtreecommitdiffstats
path: root/README.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index e882ce0..93b057a 100644
--- a/README.markdown
+++ b/README.markdown
@@ -112,6 +112,10 @@ This sets `utils` to a table with the following functions.
If `status` is supplied this will be the exit status of program, otherwise
`EXIT_SUCCESS` is used.
+* __utils.now()__
+
+ Return the number of seconds since the epoch (1970-01-01 UTC).
+
* __utils.sleeper()__
This function returns a new sleeper object.