API Reference
hestia_earth.utils.tools.
safe_parse_date
Parse a string into a date.
value – The string value to parse.
default – The default value if parsing not possible.
The value as datetime or default value.
datetime