summaryrefslogtreecommitdiffstats
path: root/cython/plist_util.h
blob: e0a84b5e7ade34cd07977284d4b658b9cf0bedf3 (plain)
1
2
3
4
5
#include <Python.h>

int64_t datetime_to_timestamp(PyObject* obj);
PyObject* timestamp_to_datetime(int64_t sec);
int check_datetime(PyObject* obj);