diff --git a/sohstationviewer/model/reftek/from_rt2ms/core.py b/sohstationviewer/model/reftek/from_rt2ms/core.py
index a24d316d715c650b9c7a4371f8e1d9caa9ffe436..bdcab7c58af9c63df8385b00ce8bbf798ef0c806 100644
--- a/sohstationviewer/model/reftek/from_rt2ms/core.py
+++ b/sohstationviewer/model/reftek/from_rt2ms/core.py
@@ -207,7 +207,7 @@ class Reftek130(obspy_rt130_core.Reftek130):
                         npts = len(sample_data)
                     tr = DiscontinuousTrace(
                         data=sample_data, header=copy.deepcopy(header),
-                        times=packets_['time']
+                        times=(packets_['time'] / 10**9).round(3)
                     )
                     tr.stats.npts = packets_['number_of_samples'].sum()
                     tr.stats.actual_npts = npts