Flask-MonitoringDashboard
Flask-MonitoringDashboard copied to clipboard
Fix UTC Timezone
datetime.datetime.utcnow() is deprecated in favor of datetime.datetime.now(datetime.UTC)
Fixed where this is referenced in the code.