Closedown

This commit is contained in:
2017-09-15 12:01:58 +02:00
parent 487b1e9dbc
commit 82d3c0c490
2 changed files with 2 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ def after(rec, scan):
if rec.index==0:
create_dataset(path, 's')
create_dataset(pathpc, 's')
time_str = str(datetime.datetime.fromtimestamp(cache.nanos/1e9))
time_str = str(datetime.datetime.fromtimestamp(cache.timestampNanos/1e9))
append_dataset(path, time_str , type = 's')
time_str = str(datetime.datetime.fromtimestamp(time.time()))
append_dataset(pathpc, time_str , type = 's')