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

EC2 copy_image default description in copied snapshot description has timestamp redendered as human readable number #4390

Open
1 task
mrgum opened this issue Jan 14, 2025 · 0 comments
Labels
bug This issue is a confirmed bug. needs-triage This issue or PR still needs to be triaged.

Comments

@mrgum
Copy link

mrgum commented Jan 14, 2025

Describe the bug

when using EC2.copy_image I get a snapshot with the description

Copied for DestinationAmi ami-123123123123123 from SourceAmi ami-321321321321 for SourceSnapshot snap-0123456789. Task created on 1,736,863,352,510.

Regression Issue

  • Select this option if this issue appears to be a regression.

Expected Behavior

Copied for DestinationAmi ami-123123123123123 from SourceAmi ami-321321321321 for SourceSnapshot snap-0123456789. Task created on 2025-01-14T14:02:32Z

Current Behavior

time is printed as human readable int rather than converted from thousandths of seconds

Reproduction Steps

ec2target.copy_image(
Name=image.name,
SourceRegion=account['region'],
SourceImageId=image.id
)

Possible Solution

No response

Additional Information/Context

No response

SDK version used

1.35.82

Environment details (OS name and version, etc.)

macos 15.2

@mrgum mrgum added bug This issue is a confirmed bug. needs-triage This issue or PR still needs to be triaged. labels Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue is a confirmed bug. needs-triage This issue or PR still needs to be triaged.
Projects
None yet
Development

No branches or pull requests

1 participant