From e0c28e4f708567d7183cb6333f681ed8d32aa09a Mon Sep 17 00:00:00 2001 From: daurnimator Date: Sat, 23 Nov 2013 12:40:41 -0500 Subject: [PATCH] doc/index: Add links to zoneinfo resources --- doc/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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] )` -- 2.39.5