Functions§
- check_
final_ sample_ time_ with_ requested_ time - Check that final sample time is within
MISSING_SAMPLE_WARN_DURATION_S
seconds of the requested end time. - check_
initial_ sample_ time_ in_ time_ range - 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. - check_
initial_ sample_ time_ with_ requested_ time - Check that initial sample time is within
MISSING_SAMPLE_WARN_DURATION_S
seconds of the requested start time. - system_
time_ from_ date - Convert from date to
SystemTime
- system_
time_ from_ date_ and_ adjuster - Convert from date and an optional days adjuster to
SystemTime
. Days adjuster is of form y[y…] toSystemTime
. Each “y” will deduct 1 day from the resulting time. - system_
time_ range_ from_ date_ and_ adjuster - Convert from date range and an optional days adjuster to a start and end
SystemTime
. Days adjuster is of form y[y…]. Each “y” will deduct 1 day from the resulting time.