We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f45e61 commit 4b33f33Copy full SHA for 4b33f33
pandas/_libs/tslibs/timezones.pyx
@@ -100,7 +100,7 @@ cpdef inline object maybe_get_tz(object tz):
100
tz = _dateutil_tzlocal()
101
elif tz.startswith('dateutil/'):
102
zone = tz[9:]
103
- tz = _dateutil_gettz(zone)
+ tz = dateutil_gettz(zone)
104
# On Python 3 on Windows, the filename is not always set correctly.
105
if isinstance(tz, _dateutil_tzfile) and '.tar.gz' in tz._filename:
106
tz._filename = zone
0 commit comments