Range Checks - Datetimes

# S3 method for datetime_1d
evaluate_range(x = NULL, ...)

Arguments

x

extracted dataitem returned by [extract()]

Details

Verifies that all dates are before now (i.e. not in the future) and not before 1900-01-01 00:00:00, which seems reasonable.