fn generate_series_timestamptz_session( start: Timestamptz, stop: Timestamptz, step: Interval, ) -> Result<impl Iterator<Item = Timestamptz>>