Skip to content

Boto3 SSM describe_instance_patches #3642

@sirpentagon

Description

@sirpentagon

Describe the bug

describe_instance_patches api stopped working on boto3 version 1.26.100

RuntimeError: Unable to calculate correct timezone offset for "-62135596800.0"

Expected Behavior

Give list of patches installed

Current Behavior

Time error

Reproduction Steps

ssm_client = boto3.client("ssm")
resp = ssm_client.describe_instance_patches(InstanceId="i-123456789")
print(resp)

Possible Solution

No response

Additional Information/Context

No response

SDK version used

1.26.100

Environment details (OS name and version, etc.)

Amazon EC2

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions