get_date_time_range

Function get_date_time_range 

Source
pub fn get_date_time_range(
    start: UnixNanos,
    end: UnixNanos,
) -> Result<DateTimeRange>
Expand description

ยงErrors

Returns an error if converting start or end to OffsetDateTime fails.