Skip to content

Commit

Permalink
Added Z to end of datetime sample to show it's UTC time
Browse files Browse the repository at this point in the history
  • Loading branch information
grodansparadis committed Feb 20, 2020
1 parent abfd31f commit b5a28b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vscp/common/vscp.h
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ datetime,vscpHead,vscpObId,vscpDateTime,vscpTimeStamp,vscpClass,vscpType,vscpGui
{
"vscpHead": 2,
"vscpObId": 123,
"vscpDateTime": "2017-01-13T10:16:02",
"vscpDateTime": "2017-01-13T10:16:02Z",
"vscpTimeStamp":50817,
"vscpClass": 10,
"vscpType": 8,
Expand Down

0 comments on commit b5a28b7

Please sign in to comment.