mirror of
https://github.com/sivel/speedtest-cli.git
synced 2025-12-16 01:30:05 +01:00
Compare commits
2 Commits
ad44247d90
...
fae3918bfc
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fae3918bfc | ||
|
|
12d868f8d9 |
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user