From 34e440c26892b2950d7a368974bbbf59fdf59883 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 29 Jan 2011 08:24:30 -0500 Subject: Timestamps in TPV and SKY go from float seconds since Unix epoch to ISO8601. Protocol version number is bumped. Python and C test clients are known to work; interfaces of the C and Python client bindings are unchanged. Third-party client-side bindings which rely on naively copying JSON members will break (implementers have been repeatedly warned not to do this). --- test/daemon/bu303-nofix.log.chk | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'test/daemon/bu303-nofix.log.chk') diff --git a/test/daemon/bu303-nofix.log.chk b/test/daemon/bu303-nofix.log.chk index d3e86a2b..9b0dc2e1 100644 --- a/test/daemon/bu303-nofix.log.chk +++ b/test/daemon/bu303-nofix.log.chk @@ -1,28 +1,28 @@ -{"class":"SKY","tag":"MID4","time":1037284378.280} +{"class":"SKY","tag":"MID4","time":"2002-11-14T14:32:58.28Z"} $GPRMC,143258,V,18000.0000,N,00000.0000,W,0.0000,0.000,141102,,*1F $GPGSA,A,1,,,,,,,,,,,,,,,,*32 -{"class":"TPV","tag":"MID2","time":1037284378.280,"ept":0.005,"mode":1} -{"class":"SKY","tag":"MID4","time":1037284379.280} +{"class":"TPV","tag":"MID2","time":"2002-11-14T14:32:58.28Z","ept":0.005,"mode":1} +{"class":"SKY","tag":"MID4","time":"2002-11-14T14:32:59.28Z"} $GPRMC,143259,V,18000.0000,N,00000.0000,W,0.0000,0.000,141102,,*1E $GPGSA,A,1,,,,,,,,,,,,,,,,*32 -{"class":"TPV","tag":"MID2","time":1037284379.280,"ept":0.005,"mode":1} -{"class":"SKY","tag":"MID4","time":1037284380.280} +{"class":"TPV","tag":"MID2","time":"2002-11-14T14:32:59.28Z","ept":0.005,"mode":1} +{"class":"SKY","tag":"MID4","time":"2002-11-14T14:33:00.28Z"} $GPRMC,143300,V,18000.0000,N,00000.0000,W,0.0000,0.000,141102,,*13 $GPGSA,A,1,,,,,,,,,,,,,,,,*32 -{"class":"TPV","tag":"MID2","time":1037284380.280,"ept":0.005,"mode":1} -{"class":"SKY","tag":"MID4","time":1037284381.280} +{"class":"TPV","tag":"MID2","time":"2002-11-14T14:33:00.28Z","ept":0.005,"mode":1} +{"class":"SKY","tag":"MID4","time":"2002-11-14T14:33:01.28Z"} $GPRMC,143301,V,18000.0000,N,00000.0000,W,0.0000,0.000,141102,,*12 $GPGSA,A,1,,,,,,,,,,,,,,,,*32 -{"class":"TPV","tag":"MID2","time":1037284381.280,"ept":0.005,"mode":1} -{"class":"SKY","tag":"MID4","time":1037284382.280} +{"class":"TPV","tag":"MID2","time":"2002-11-14T14:33:01.28Z","ept":0.005,"mode":1} +{"class":"SKY","tag":"MID4","time":"2002-11-14T14:33:02.28Z"} $GPRMC,143302,V,18000.0000,N,00000.0000,W,0.0000,0.000,141102,,*11 $GPGSA,A,1,,,,,,,,,,,,,,,,*32 -{"class":"TPV","tag":"MID2","time":1037284382.280,"ept":0.005,"mode":1} -{"class":"SKY","tag":"MID4","time":1118327583.280} +{"class":"TPV","tag":"MID2","time":"2002-11-14T14:33:02.28Z","ept":0.005,"mode":1} +{"class":"SKY","tag":"MID4","time":"2005-06-09T14:33:03.28Z"} $GPRMC,143303,V,18000.0000,N,00000.0000,W,0.0000,0.000,090605,,*1D $GPGSA,A,1,,,,,,,,,,,,,,,,*32 -{"class":"TPV","tag":"MID2","time":1118327583.280,"ept":0.005,"mode":1} -{"class":"SKY","tag":"MID4","time":1118327584.280} +{"class":"TPV","tag":"MID2","time":"2005-06-09T14:33:03.28Z","ept":0.005,"mode":1} +{"class":"SKY","tag":"MID4","time":"2005-06-09T14:33:04.28Z"} $GPRMC,143304,V,18000.0000,N,00000.0000,W,0.0000,0.000,090605,,*1A $GPGSA,A,1,,,,,,,,,,,,,,,,*32 -{"class":"TPV","tag":"MID2","time":1118327584.280,"ept":0.005,"mode":1} +{"class":"TPV","tag":"MID2","time":"2005-06-09T14:33:04.28Z","ept":0.005,"mode":1} -- cgit v1.2.1