def is_dst(date: datetime):
    return bool(date.dst())