-
-
Notifications
You must be signed in to change notification settings - Fork 130
timestamp api doesn't use date from gps. #133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
What we should probably do is to use |
Would also fix some order issues when the Android client has to requeue messages. |
What will not change short-notice is that we append to the |
@matbor this has now been packaged as 0.6.9 for Debian/Raspbian/CentOS and is available in our package repository. I would appreciate you testing it. |
@jpmens thx, will see how I go on the weekend. |
@jpmens as discussed and confirm by you.
Scenario - If I use a GPS offline for a few days/weeks and then upload ALL that data and at the time of uploading we have rolled into the next month, that information gets recorded in the current months .rec file with the time stamp in the first column of the day it is logged.
Now when using the recorder api and displaying data on a map via the api it doesn't use the date from the GPS data, it uses the date of when the data was recorder. (see screenshot below of the .rec file) which can be an issue if the gps data is from a different timeframe.
In the picture below you can see the date of when the data was uploaded and the data from the GPS was timestamp is for an older date, which is correct.
Matt.
The text was updated successfully, but these errors were encountered: