In order to get the current internal decoder time in the configured timezone, a client calls:
GETSYSTIME<CrLf>
The decoder responds with:
GETSYSTIME;<Date>;<Time>;<Offset><CrLf>
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
GETSYSTIME<CrLf>
Decoder responds with
GETSYSTIME;2017-12-22;11:35:15.214;+01:00<CrLf>