Function mz_repr::strconv::parse_timestamptz

source ยท
pub fn parse_timestamptz(
    s: &str,
) -> Result<CheckedTimestamp<DateTime<Utc>>, ParseError>
Expand description

Parses a DateTime<Utc> from s. See mz_expr::scalar::func::timezone_timestamp for timezone anomaly considerations.