cornflakes.eval_datetime
- cornflakes.eval_datetime(value: str) object
-
py::object string_operations::eval_datetime(const std::string &value)
This is a simple C++ function to cast strings into python datetime object
Bemerkung
This function returns the same value as string when no datetime type is detected
- Parameter:
value – string to cast
- Rückgabe:
python object (time, date, datetime, datetime_ms)
-
py::object string_operations::eval_datetime(const std::string &value)