From 4c342db811aa99e6438e6dd9dff4498e1dcbd87c Mon Sep 17 00:00:00 2001 From: daurnimator Date: Fri, 29 Aug 2014 16:44:24 -0400 Subject: [PATCH] doc/index: Add C-like functions --- doc/index.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/index.md b/doc/index.md index 85cf5ab..2b7872d 100644 --- a/doc/index.md +++ b/doc/index.md @@ -29,3 +29,13 @@ Check [wikipedia](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) Returns the current time in seconds since 1970-01-01 0:00:00 in the given timezone as a string, (same semantics as `get_tz`) at the given UTC time (defaults to now). + + +## As in the C standard library + +### `gmtime ( ts )` + +### `localtime ( ts )` + +### `ctime ( ts )` + -- 2.39.5