Lines Matching refs:tzi
1876 for exp_tz, tzi in tzinfos:
1877 dt = dt_base.replace(tzinfo=tzi)
1879 with self.subTest(tzi=tzi):
2656 dts = [self.theclass(*date_tuple, *time_tuple, tzinfo=tzi)
2659 for tzi in tzinfos]
2686 for tzi in tzinfos:
2687 dt = base_dt.replace(tzinfo=tzi)
2736 for tzi in tzinfos:
2742 dt = self.theclass(*(dt_tuple[0:(4 + ip)]), tzinfo=tzi)
3022 for exp_tz, tzi in tzinfos:
3023 t = t_base.replace(tzinfo=tzi)
3025 with self.subTest(tzi=tzi):
3637 for tzi in tzinfos:
3638 t = self.theclass(*ttup, tzinfo=tzi)
3662 for tzi in tzinfos:
3663 t = base_time.replace(tzinfo=tzi)
3685 for tzi in tzinfos:
3691 t = self.theclass(*(t_tuple[0:(1 + ip)]), tzinfo=tzi)
5856 tzi = tzinfo()
5863 self.assertTrue(is_tzinfo(tzi))
5866 self.assertTrue(is_tzinfo(tzi, True))