Skip to content

Commit f0052cc

Browse files
committed
added comment about timezones
1 parent 4918074 commit f0052cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/_libs/tslibs/timezones.pyx

+2
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ cpdef inline object get_timezone(object tz):
7979
zone = tz.zone
8080
if zone is None:
8181
return tz
82+
83+
# UTC and Etc/GMT are the same timezones
8284
if zone == UTC_EQ or zone == UTC_EQ_STR:
8385
return UTC
8486
return zone

0 commit comments

Comments
 (0)