Home | History | Annotate | Download | only in test

Lines Matching refs:there_and_back

3093         there_and_back = asutc.astimezone(tz)
3106 self.assertEqual(there_and_back + HOUR, dt)
3108 # time, there_and_back is not.
3109 self.assertEqual(there_and_back.dst(), ZERO)
3111 self.assertEqual(there_and_back.astimezone(utc),
3115 self.assertEqual(dt, there_and_back)
3146 there_and_back = asutc.astimezone(tz)
3147 self.assertEqual(dt, there_and_back)