X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/86473212afa1a64fa691d4562902e916538dd47a..cce108c5533a9c7386949a4fd008b73638247177:/doc/index.md?ds=sidebyside 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] )`