We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9fc16f commit 07fc66dCopy full SHA for 07fc66d
Lib/zoneinfo/__init__.py
@@ -26,4 +26,4 @@ def __getattr__(name):
26
27
28
def __dir__():
29
- return sorted(__all__)
+ return sorted(list(globals()) + ["TZPATH"])
0 commit comments