Commit cea00f80 authored by Clement Remi's avatar Clement Remi
Browse files

date format change

Showing with 1 addition and 1 deletion
+1 -1
......@@ -475,7 +475,7 @@ class OhmPi(object):
# create a dictionary and compute averaged values from all stacks
d = {
"time": [datetime.now()],
"time": [datetime.now().isoformat()],
"A": quad[0],
"B": quad[1],
"M": quad[2],
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment