2024-04-12T22:19Z

This commit is contained in:
Windows81 2024-04-12 22:19:18 +00:00
parent f317af3bf4
commit 12d868f8d9
1 changed files with 1 additions and 1 deletions

View File

@ -969,7 +969,7 @@ class SpeedtestResults(object):
self.client = client or {}
self._share = None
self.timestamp = '%sZ' % datetime.datetime.utcnow().isoformat()
self.timestamp = '%sZ' % datetime.datetime.now(datetime.UTC).isoformat()
self.bytes_received = 0
self.bytes_sent = 0