We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eedb5e commit 39d1ba4Copy full SHA for 39d1ba4
pandas/_libs/tslibs/strptime.pyx
@@ -699,4 +699,4 @@ cdef _parse_timezone_directive(object z):
699
gmtoff = -gmtoff
700
gmtoff_fraction = -gmtoff_fraction
701
702
- return (gmtoff, gmtoff_fraction)
+ return (gmtoff, gmtoff_fraction)
0 commit comments