aws / aws-cli

Universal Command Line Interface for Amazon Web Services
Other
15.09k stars 4.01k forks source link

[v2] Handle OSError and OverflowError in parse_timestamp #8738

Closed hssyoo closed 2 weeks ago

hssyoo commented 2 weeks ago

Port of https://github.com/boto/botocore/pull/2972

Fall back to timedelta method for negative and post-2038 timestamps in parse_timestamp utility.