-
Notifications
You must be signed in to change notification settings - Fork 66
Open
Labels
Description
khard ls <name> leads to:
/usr/bin/khard:8: DeprecationWarning: Parsing dates involving a day of month without a year specified is ambiguious
and fails to parse leap day. The default behavior will change in Python 3.15
to either always raise an exception or to use a different default year (TBD).
To avoid trouble, add a specific year to the input & format.
See https://github.com/python/cpython/issues/70647.
sys.exit(main())
<khard responce>
andrewferrier, Andonome, sand4rt, protist, revsuine and 2 moredvzrv