You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support for new datetime method support i.e datetime.now(timezone.utc)
Use Case
Getting error in while using boto3 and botocore
DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
dt = datetime.utcnow()
Proposed Solution
No response
Other Information
No response
Acknowledgements
I may be able to implement this feature request
This feature might incur a breaking change
SDK version used
1.37.26
Environment details (OS name and version, etc.)
mac
The text was updated successfully, but these errors were encountered:
Describe the feature
Support for new datetime method support i.e datetime.now(timezone.utc)
Use Case
Getting error in while using boto3 and botocore
DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
dt = datetime.utcnow()
Proposed Solution
No response
Other Information
No response
Acknowledgements
SDK version used
1.37.26
Environment details (OS name and version, etc.)
mac
The text was updated successfully, but these errors were encountered: