pub fn parse_cron_from_time_now(
    cron: &str
) -> Result<OffsetDateTime, ParseError>
Expand description

Gets schedule after current time in UTC.

Returns Err if cron is invalid;