diff --git a/src/Service/InfluxdbService.php b/src/Service/InfluxdbService.php index c702d96..c031de4 100644 --- a/src/Service/InfluxdbService.php +++ b/src/Service/InfluxdbService.php @@ -50,7 +50,7 @@ readonly class InfluxdbService 'starttransfer_time_us' => $info['starttransfer_time_us'], 'size_download' => $info['size_download'], 'ssl_verify_result' => $info['ssl_verify_result'], - ], floor($info['start_time'] * 3), + ], (int) floor($info['start_time'] * 1e3), WritePrecision::MS) ); }