def __post_init__()

in common/data_types.py [0:0]


    def __post_init__(self) -> None:
        if self.offset >= Days(1):
            raise ValueError(
                f'A unique task offset: {self.offset.seconds} greater than a day makes no sense.'
            )