Home | History | Annotate | Download | only in test

Lines Matching refs:uofs

2768         class UOFS(DST):
2769 def __init__(self, uofs, dofs=None):
2771 self.uofs = timedelta(minutes=uofs)
2773 return self.uofs
2778 d = cls(1, 2, 3, 10, 20, 30, 40, tzinfo=UOFS(-53, dstvalue))
2794 tiny = cls(MINYEAR, 1, 1, 0, 0, 37, tzinfo=UOFS(1439))
2806 huge = cls(MAXYEAR, 12, 31, 23, 59, 37, 999999, tzinfo=UOFS(-1439))