From ba53bbecb2ffa69a9e347a9eff9c57083b7e00a2 Mon Sep 17 00:00:00 2001 From: maerki_f Date: Tue, 14 Jun 2016 15:03:12 +0200 Subject: [PATCH] Update Readme.md --- Readme.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index f920e0c..ba420f5 100644 --- a/Readme.md +++ b/Readme.md @@ -1,4 +1,3 @@ - # Overview This project provides a REST interface to execute queries on the databuffer. @@ -236,7 +235,7 @@ Queries are applied to a range. The following types of ranges are supported. } ``` -- **startSeconds**: The start time of the range in seconds since January 1, 1970 (the UNIX epoch) as a decimal value including fractional seconds. +- **startSeconds**: The start time of the range in seconds since midnight, January 1, 1970 UTC (the UNIX epoch) as a decimal value including fractional seconds. - **endSeconds**: The end time of the range in seconds. @@ -265,7 +264,7 @@ Queries are applied to a range. The following types of ranges are supported. - **fields**: Array of requested fields (see [here](https://github.psi.ch/sf_daq/ch.psi.daq.domain/blob/master/src/main/java/ch/psi/daq/domain/query/operation/QueryField.java) for possible values). -It is possible to request the time in seconds (since January 1, 1970 (the UNIX epoch) as a decimal value including fractional seconds - using fields *globalSeconds* and *iocSeconds*), in milliseconds (since January 1, 1970 (the JAVA epoch) - using fields *globalMillis* and *iocMillis*) or as a ISO8601 formatted String - using fields *globalDate* and *iocDate* (such as 1997-07-16T19:20:30.123456789+02:00). +It is possible to request the time in seconds (since midnight, January 1, 1970 UTC (the UNIX epoch) as a decimal value including fractional seconds - using fields *globalSeconds* and *iocSeconds*), in milliseconds (since midnight, January 1, 1970 UTC (the JAVA epoch) - using fields *globalMillis* and *iocMillis*) or as a ISO8601 formatted String - using fields *globalDate* and *iocDate* (such as 1997-07-16T19:20:30.123456789+02:00).