diff --git a/fastf1/core.py b/fastf1/core.py index f7378ecdc..d2443b84b 100644 --- a/fastf1/core.py +++ b/fastf1/core.py @@ -2397,7 +2397,7 @@ def _load_telemetry(self, livedata: LiveTimingData = None): # not pos data or car data exists for this driver continue - drv_car['Date'] = drv_car['Date'].round('ms') + drv_car['Date'] = drv_car['Date'].dt.round('ms') drv_car['Time'] = drv_car['Date'] - self.t0_date drv_car['SessionTime'] = drv_car['Time']