Home | History | Annotate | Download | only in test

Lines Matching refs:tm_gmtoff

627         self.assertTrue(hasattr(lt, "tm_gmtoff"))
632 if lt.tm_gmtoff is None:
635 self.assertEqual(lt.tm_gmtoff, -[time.timezone, time.altzone][lt.tm_isdst])
651 self.assertEqual(new_lt.tm_gmtoff, lt.tm_gmtoff)
654 self.assertEqual(new_lt.tm_gmtoff, lt.tm_gmtoff)
662 self.assertEqual(t.tm_gmtoff, 5 * 3600)
672 self.assertIs(lt.tm_gmtoff, None)