This commit is contained in:
Parker Anderson 2023-11-27 23:51:47 -06:00 committed by GitHub
commit 888c642b10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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