This PR fixes the inaccurate first/last seen timestamps. There is an extra check in place that only replaces a first/last seen timestamp if it is lesser/greater than the current value, so its irrelevant what order the async requests are processed. The 14-digit timestamps are converted to dates after asyncio.gather() runs each of the tasks.
This PR fixes the inaccurate first/last seen timestamps. There is an extra check in place that only replaces a first/last seen timestamp if it is lesser/greater than the current value, so its irrelevant what order the async requests are processed. The 14-digit timestamps are converted to dates after
asyncio.gather()
runs each of the tasks.