pub fn seconds_add_array<const INTERVAL_MODE: i8>(
    ts_s: i64,
    interval: i128,
    sign: i32
) -> Result<i64>