diff options
-rw-r--r-- | gn3/case_attributes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn3/case_attributes.py b/gn3/case_attributes.py index 661a399..c964553 100644 --- a/gn3/case_attributes.py +++ b/gn3/case_attributes.py @@ -496,7 +496,7 @@ def view_diff(inbredset_id: int, diff_id: int) -> Response: "json_diff_data": { **json_diff_data, "db_id": diff["id"], - "created": diff["time_stamp"], + "created": diff["time_stamp"].isoformat(), "user_id": uuid.UUID(diff["editor"]) } }) |