pub fn check_initial_sample_time_in_time_range(
    initial_sample_time: SystemTime,
    time_begin: SystemTime,
    time_end: SystemTime
) -> Result<()>
Expand description

Check that initial sample time is within MISSING_SAMPLE_WARN_DURATION_S seconds of the requested start time, and is not after the requested end time.