In order to get the internal decoder time in the configured timezone
when the operation mode was started, a client calls:
GETSTARTSYSTIME<CrLf>
The decoder responds with:
GETSTARTSYSTIME;<Date>;<Time>;<Offset><CrLf>
when in operation mode, with
GETSTARTSYSTIME;TESTMODE<CrLf>
when in test mode.
Where
| <Date> | Date. Format: YYYY-MM-DD. |
<Time> | Time. Format: HH:MM:SS.mmm |
<Offset> | UTC offset. Format: +/-hh:mm |
Protocol version
Available since protocol version 2.3
Example
GETSTARTSYSTIME<CrLf>
Decoder responds with
GETSTARTSYSTIME;2017-12-22;11:31:12.213;+01:00<CrLf>