Alex Knop

Results 4 issues of Alex Knop

## Description For C9400s, "show environment all" recognizes the slot field of the Environmental Monitoring table as a capital letter followed by a number or two digits separated by a...

datetime.datetime.utcnow() is deprecated in favor of datetime.datetime.now(datetime.UTC) Fixed where this is referenced in the code.

It looks to be called directly in these files /.venv/lib64/python3.12/site-packages/flask_monitoringdashboard/core/timezone.py:13: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC:...

I was getting errors about deprecated pysmi functions when running Pytest. Discovered the deprecated functions and updated with the new ones.