Function pipeline::etl::processor::date::try_parse

source ยท
fn try_parse(val: &str, fmt: &str, tz: Tz) -> Result<i64>
Expand description

try to parse val with timezone first, if failed, parse without timezone