IDE extension that lets you fix coding issues before they exist!
Setup is effortless and analysis is automatic for most languages
Fast, accurate analysis; enterprise scalability
This rule raises an issue when an incorrect value is set as an attribute of datetime.date, datetime.time, or datetime.datetime
datetime.date
datetime.time
datetime.datetime
Setting a date attribute value with a value which is out of the range of possible values will lead to a ValueError.
ValueError