We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8304221 commit 82b1da7Copy full SHA for 82b1da7
pandas/_libs/tslib.pxd
@@ -3,7 +3,6 @@ from numpy cimport ndarray, int64_t
3
cdef convert_to_tsobject(object, object, object, bint, bint)
4
cpdef convert_to_timedelta64(object, object)
5
cpdef object maybe_get_tz(object)
6
-cdef bint _is_utc(object)
7
cdef bint _is_tzlocal(object)
8
cdef object _get_dst_info(object)
9
cdef bint _nat_scalar_rules[6]
0 commit comments