commit | e527ec8abe0849e784ce100f53c2736986b670ae | [log] [tgz] |
---|---|---|
author | Paul Ganssle <paul@ganssle.io> | Sun May 17 21:55:11 2020 -0400 |
committer | GitHub <noreply@github.com> | Sun May 17 21:55:11 2020 -0400 |
tree | 1b638f564cbb69517ba7d9a5fe5d1cbd225bff40 | |
parent | 9681953c99b686cf23d1c476a2b26d2ddbec7694 [diff] |
bpo-40536: Add zoneinfo.available_timezones (GH-20158) This was not specified in the PEP, but it will likely be a frequently requested feature if it's not included. This includes only the "canonical" zones, not a simple listing of every valid value of `key` that can be passed to `Zoneinfo`, because it seems likely that that's what people will want.