From 03fc0d8bac19751ff00ddc331e3d88c01dabf219 Mon Sep 17 00:00:00 2001 From: cb0n3y Date: Fri, 18 Apr 2025 11:30:57 +0200 Subject: [PATCH] add the first hosts to the prod inventory Signed-off-by: cb0n3y --- speedtest.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/speedtest.py b/speedtest.py index 186b529..52a0582 100755 --- a/speedtest.py +++ b/speedtest.py @@ -957,7 +957,8 @@ class SpeedtestResults(object): self.client = client or {} self._share = None - self.timestamp = '%sZ' % datetime.datetime.utcnow().isoformat() + # self.timestamp = '%sZ' % datetime.datetime.utcnow().isoformat() + self.timestamp = '%sZ' % datetime.datetime.now(datetime.timezone.utc).isoformat() self.bytes_received = 0 self.bytes_sent = 0