Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EIP timestamp parsing error #670

Closed
ellisonc opened this issue Apr 3, 2024 · 2 comments · Fixed by #678
Closed

EIP timestamp parsing error #670

ellisonc opened this issue Apr 3, 2024 · 2 comments · Fixed by #678

Comments

@ellisonc
Copy link

ellisonc commented Apr 3, 2024

Encountered a bug retrieving EIPs, the timestamp for one appeared to be in an unexpected format causing the entire resource list process to fail for eips.

Unable to retrieve eip, parsing time "2023-11-14 17:40:32" as "2006-01-02T15:04:05Z07:00": cannot parse " 17:40:32" as "T"

@sbocinec
Copy link
Contributor

I've experienced the same error with the latest cloud-nuke version 0.35.0:
ERROR Unable to retrieve eip, parsing time "2023-12-19 10:34:26" as "2006-01-02T15:04:05Z07:00": cannot parse " 10:34:26" as "T"

@sbocinec
Copy link
Contributor

I've created a quick fix proposal for this issue #678

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants