Hallo, the weeks property is defined like that: ``` @property def weeks(self): return self.days // 7 ``` If you initialize with relativedelta(days=-1), the weeks property would return -1 instead of 0...