X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/8f5786554f58cae293237590d9fe918158b61561..4c342db811aa99e6438e6dd9dff4498e1dcbd87c:/doc/index.md?ds=sidebyside 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 )` +