mirror of
https://github.com/aykhans/AzSuicideDataVisualization.git
synced 2025-07-03 14:49:07 +00:00
first commit
This commit is contained in:
11
.venv/Lib/site-packages/pandas/_libs/tslibs/tzconversion.pxd
Normal file
11
.venv/Lib/site-packages/pandas/_libs/tslibs/tzconversion.pxd
Normal file
@ -0,0 +1,11 @@
|
||||
from cpython.datetime cimport tzinfo
|
||||
from numpy cimport int64_t
|
||||
|
||||
|
||||
cdef int64_t tz_convert_utc_to_tzlocal(
|
||||
int64_t utc_val, tzinfo tz, bint* fold=*
|
||||
) except? -1
|
||||
cpdef int64_t tz_convert_from_utc_single(int64_t val, tzinfo tz)
|
||||
cdef int64_t tz_localize_to_utc_single(
|
||||
int64_t val, tzinfo tz, object ambiguous=*, object nonexistent=*
|
||||
) except? -1
|
Reference in New Issue
Block a user