Flask-MonitoringDashboard icon indicating copy to clipboard operation
Flask-MonitoringDashboard copied to clipboard

Fix UTC Timezone

Open aknopper opened this issue 6 months ago • 0 comments

datetime.datetime.utcnow() is deprecated in favor of datetime.datetime.now(datetime.UTC)

Fixed where this is referenced in the code.

aknopper avatar May 28 '25 21:05 aknopper