pub fn parse_scheduled_time_millis(
extensions: &HashMap<String, String>,
) -> Result<Option<i64>>Expand description
Parse the scheduled time (in milliseconds since Unix epoch) from extensions.
Returns Ok(None) if the extension key is absent, Ok(Some(millis)) on success,
or Err if the value is malformed.