From 823eee86a19e412920fe25a3d7f4f981bcb298c0 Mon Sep 17 00:00:00 2001 From: "Gary E. Miller" Date: Fri, 15 Mar 2019 16:13:44 -0700 Subject: driver_nmea0183: Handle 2099 on 32-bits as 1999. The 32-bit hosts will fail on 2038... --- test/daemon/april6_2019.log.chk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/daemon') diff --git a/test/daemon/april6_2019.log.chk b/test/daemon/april6_2019.log.chk index a13b43ca..ef6a0a25 100644 --- a/test/daemon/april6_2019.log.chk +++ b/test/daemon/april6_2019.log.chk @@ -3,4 +3,4 @@ $GPRMC,,V,,,,,,,,,,N*53 $GPRMC,000231.099,A,4829.0005,N,00022.0015,E,0.15,212.28,2208-1,,,A*73 {"class":"TPV","mode":2,"lat":48.483341667,"lon":0.366691667,"track":212.2800,"speed":0.077} $GPRMC,000231.42,A,4829.0005,N,00022.0016,E,0.16,212.28,220899,,,A*59 -{"class":"TPV","mode":2,"time":"2099-08-22T00:02:31.420Z","ept":0.005,"lat":48.483341667,"lon":0.366693333,"track":212.2800,"speed":0.082} +{"class":"TPV","mode":2,"time":"1999-08-22T00:02:31.420Z","ept":0.005,"lat":48.483341667,"lon":0.366693333,"track":212.2800,"speed":0.082} -- cgit v1.2.1