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
Describe the bug: A clear and concise description of what the bug is.
azurelinuxagent/common/logger.py:138
/build/source/azurelinuxagent/common/logger.py:138: 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).
time = datetime.utcnow().strftime(Logger.LogTimeFormatInUTC)
Distro and WALinuxAgent details (please complete the following information):
Python 3.12
The text was updated successfully, but these errors were encountered:
Describe the bug: A clear and concise description of what the bug is.
Distro and WALinuxAgent details (please complete the following information):
Python 3.12
The text was updated successfully, but these errors were encountered: