Add milliseconds to EC2 launch time. Closes #445.

This commit is contained in:
Steve Pulec 2015-11-02 23:33:39 -05:00
commit 73452c79f7
2 changed files with 2 additions and 2 deletions

View file

@ -98,7 +98,7 @@ from .utils import (
def utc_date_and_time():
return datetime.utcnow().strftime('%Y-%m-%dT%H:%M:%SZ')
return datetime.utcnow().strftime('%Y-%m-%dT%H:%M:%S.000Z')
def validate_resource_ids(resource_ids):