Fix sqlite3 deprecation warnings

With python version 3.12, sqlite3 adapter no longer wants to receive
datetime objects, so convert them to isoformat and let sqlite3 deal with
it internally.

Also updates a bunch of copyright dates.

Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
6 files changed