summaryrefslogtreecommitdiff
path: root/gpsprof
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2005-02-16 18:45:28 +0000
committerEric S. Raymond <esr@thyrsus.com>2005-02-16 18:45:28 +0000
commit6eb2ea87b58552f82db22214ece8fea408b40fe2 (patch)
treea41ca470e117ee9cc5382ea6b627e2a2633f4146 /gpsprof
parenteef6c488679b1bfb73b7c7342b8ee05cc031d076 (diff)
downloadgpsd-6eb2ea87b58552f82db22214ece8fea408b40fe2.tar.gz
Still producing negative E1+T1, but the client code looks better.
Diffstat (limited to 'gpsprof')
-rwxr-xr-xgpsprof2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpsprof b/gpsprof
index b30a65d5..60200d35 100755
--- a/gpsprof
+++ b/gpsprof
@@ -41,7 +41,7 @@ class uninstrumented:
def header(self, fp):
pass
def formatter(self, session, fp):
- fp.write("%2.6lf\n" % (time.time() - session.gps_time,))
+ fp.write("%2.6lf\n" % (time.time() - gps.isotime(session.utc),))
return True
def plot(self, file, title, session):
fmt = '''