mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 21:46:42 +08:00
It is marked as having type `datetime.datetime` but `atTime` refers to a time of day; only the fields on `datetime.time` are used. The [docs](https://docs.python.org/3/library/logging.handlers.html#timedrotatingfilehandler) clearly state that it is a `time`.