mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-01 09:03:23 +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`.