commit 83e6e769b2ba3c91a81c521c35073654745c12a7 Author: Arturo Filastò arturo@filasto.net Date: Thu Mar 17 14:36:04 2016 +0100
Add measurement_start_time field --- data-formats/df-000-base.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/data-formats/df-000-base.md b/data-formats/df-000-base.md index aab0f1c..f20aa21 100644 --- a/data-formats/df-000-base.md +++ b/data-formats/df-000-base.md @@ -83,8 +83,12 @@ Data Format Version: 0.2.0
"test_runtime": null,
- "test_start_time": "Timestamp of when the measurement was performed in " - "UTC time coordinates (ex. 2015-08-24 12:02:23)", + "measurement_start_time": "Timestamp of when the measurement was performed in " + "UTC time coordinates (ex. 2015-08-24 12:02:23) (Note: ooniprobe <= 1.4.0 generates skewed timing information)", + + "test_start_time": "Timestamp of when the test was started in " + "UTC time coordinates (ex. 2015-08-24 12:02:23) (Note: ooniprobe <= 1.4.0 generates skewed timing information)", +
"test_keys": { "The keys that are specific to the test"