summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2019-03-15 16:13:44 -0700
committerGary E. Miller <gem@rellim.com>2019-03-15 16:13:44 -0700
commit823eee86a19e412920fe25a3d7f4f981bcb298c0 (patch)
treefd0593c3c66828bef4b0b7b82b2c2f825d2630a4 /test
parent6821dfd58695973055ad8f6e6e609b076ba2b8d6 (diff)
downloadgpsd-823eee86a19e412920fe25a3d7f4f981bcb298c0.tar.gz
driver_nmea0183: Handle 2099 on 32-bits as 1999.
The 32-bit hosts will fail on 2038...
Diffstat (limited to 'test')
-rw-r--r--test/daemon/april6_2019.log.chk2
1 files changed, 1 insertions, 1 deletions
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}