Skip to content
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

Support autodetecting timestamp format #3154

Open
TheMarex opened this issue Oct 24, 2016 · 1 comment
Open

Support autodetecting timestamp format #3154

TheMarex opened this issue Oct 24, 2016 · 1 comment

Comments

@TheMarex
Copy link
Member

Current OSRM only support second-resolution for the timestamps filed of the match service. This is analogous to the UNIX epoch-format. However especially JS uses the extension for providing millisecond resolution.

If we make the reasonable assumption that everything below UNIT_MAX is seconds and everything above needs to be millisecond-precision, we only lose a little bit of the 70ties when it comes to millisecond-precision.

@TheMarex TheMarex added this to the 5.5.0 milestone Oct 24, 2016
@daniel-j-h
Copy link
Member

Related: #2797

@TheMarex TheMarex modified the milestones: 5.6.0, 5.5.0 Nov 14, 2016
@TheMarex TheMarex modified the milestones: 5.7.0, 5.6.0 Jan 28, 2017
@TheMarex TheMarex removed this from the 5.7.0 milestone Mar 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants