amzn / smoke-aws

AWS services integration for the Smoke Framework
Apache License 2.0
111 stars 19 forks source link

Correct timestamp type for ECR models. #140

Closed tachyonics closed 1 year ago

tachyonics commented 1 year ago

Issue #, if available:

Description of changes: Correct timestamp type for ECR models. Verified timestamps from the ECR service are returned as doubles rather than longs.

For example

imagePushedAt":1.688712875E9

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.