5 lines
92 B
Cython
5 lines
92 B
Cython
|
from numpy cimport int64_t
|
||
|
|
||
|
|
||
|
cdef bint parse_today_now(str val, int64_t* iresult, bint utc)
|