From d7fe056c248329dc4d984ec16af2e1ccabfb7f06 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Sep 25 2019 19:19:20 +0000 Subject: In rpm.sign message builds have a 'creation_time' field that need to be converted Signed-off-by: Pierre-Yves Chibon --- diff --git a/fedmsg-koji-plugin.py b/fedmsg-koji-plugin.py index ab992b9..fa4360a 100644 --- a/fedmsg-koji-plugin.py +++ b/fedmsg-koji-plugin.py @@ -32,7 +32,7 @@ def camel_to_dots(name): def serialize_datetime_in_task(task): date_fields = [ "completion_time", "create_time", "start_time", "buildtime", - "creation_ts" + "creation_ts", "creation_time", ] for date_key in date_fields: if task.get(date_key) is None: