We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a06cd6c commit d92b36aCopy full SHA for d92b36a
src/hibp_downloader/models/stats.py
@@ -168,5 +168,5 @@ def __init__(self, results: List[PrefixMetadata]):
168
elif item.data_source == PrefixMetadataDataSource.unknown_source_status:
169
data["unknown_source_status_count"] += 1
170
171
- data["start_time"] = (oldest_timestamp - datetime.fromtimestamp(0).astimezone()).total_seconds()
+ data["start_time"] = oldest_timestamp.timestamp()
172
self.stats = QueueItemStats(**data)
0 commit comments