We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4918074 commit f0052ccCopy full SHA for f0052cc
pandas/_libs/tslibs/timezones.pyx
@@ -79,6 +79,8 @@ cpdef inline object get_timezone(object tz):
79
zone = tz.zone
80
if zone is None:
81
return tz
82
+
83
+ # UTC and Etc/GMT are the same timezones
84
if zone == UTC_EQ or zone == UTC_EQ_STR:
85
return UTC
86
return zone
0 commit comments