From: daurnimator Date: Sat, 23 Nov 2013 17:40:41 +0000 (-0500) Subject: doc/index: Add links to zoneinfo resources X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/e0c28e4f708567d7183cb6333f681ed8d32aa09a?ds=sidebyside doc/index: Add links to zoneinfo resources --- diff --git a/doc/index.md b/doc/index.md index 6c08c24..89cea69 100644 --- a/doc/index.md +++ b/doc/index.md @@ -17,7 +17,9 @@ See `gettime` for more information. ## `get_tz ( timezone_name )` Returns a timezone object (see `tzinfo` documentation) for the given `timezone_name`. -This uses the local zoneinfo database; names are usually of the form `Country/Largest_City`. +This uses the local [zoneinfo database](https://www.iana.org/time-zones); +names are usually of the form `Country/Largest_City`. +Check [wikipedia](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) for an example list. ## `time_in ( timezone_name [, utc_ts] )`