bagof.factories.datetimes Factories for date and time types. Classes DateTimeFactory Bases: Factory[T] Factory for datetime hints (datetime.min). Methods: __call__ __call__() -> datetime Return the earliest representable datetime. DateFactory Bases: Factory[T] Factory for date hints (date.min). Methods: __call__ __call__() -> date Return the earliest representable date.