pub fn date_range_vec(
    start: i64,
    stop: i64,
    every: Duration,
    closed: ClosedWindow,
    tu: TimeUnit
) -> Vec<i64>