From: daurnimator Date: Fri, 29 Aug 2014 20:44:24 +0000 (-0400) Subject: doc/index: Add C-like functions X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/4c342db811aa99e6438e6dd9dff4498e1dcbd87c?pf=etc doc/index: Add C-like functions --- 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 )` +