3 lines
80 B
Cython
3 lines
80 B
Cython
from libc.stdint cimport int64_t
|
|
cdef datetime_from_timestamp(double timestamp)
|