diff --git a/moto/iam/responses.py b/moto/iam/responses.py index 5be07430f..7ee4b6345 100644 --- a/moto/iam/responses.py +++ b/moto/iam/responses.py @@ -858,7 +858,7 @@ LIST_POLICIES_TEMPLATE = """ {{ policy.path }} {{ policy.id }} {{ policy.name }} - {{ policy.update_datetime }} + {{ policy.update_datetime.isoformat() }} {% endfor %}