From 20306c9b2438c9c81072cacc7a01289246da43ea Mon Sep 17 00:00:00 2001 From: Steve Pulec Date: Mon, 22 Jun 2015 17:02:10 -0400 Subject: [PATCH] Set more default datetimes. --- moto/ec2/responses/instances.py | 2 +- moto/ec2/responses/spot_instances.py | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/moto/ec2/responses/instances.py b/moto/ec2/responses/instances.py index c5c420fa..f3648023 100644 --- a/moto/ec2/responses/instances.py +++ b/moto/ec2/responses/instances.py @@ -374,7 +374,7 @@ EC2_DESCRIBE_INSTANCES = """ attached - YYYY-MM-DDTHH:MM:SS.SSSZ + 2015-01-01T00:00:00.000Z true diff --git a/moto/ec2/responses/spot_instances.py b/moto/ec2/responses/spot_instances.py index 29e55792..063284c4 100644 --- a/moto/ec2/responses/spot_instances.py +++ b/moto/ec2/responses/spot_instances.py @@ -83,7 +83,7 @@ REQUEST_SPOT_INSTANCES_TEMPLATE = """{{ request.state }} pending-evaluation - YYYY-MM-DDTHH:MM:SS.000Z + 2015-01-01T00:00:00.000Z Your Spot request has been submitted for review, and is pending evaluation. {{ request.instance_id }} @@ -193,7 +193,7 @@ DESCRIBE_SPOT_INSTANCES_TEMPLATE = """{{ request.launch_group }} {% endif %} - YYYY-MM-DDTHH:MM:SS.000Z + 2015-01-01T00:00:00.000Z {% if request.valid_from %} {{ request.valid_from }} {% endif %}