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

Improve Receipt Timestamp Granularity #7

Open
djhalliday opened this issue May 12, 2011 · 3 comments
Open

Improve Receipt Timestamp Granularity #7

djhalliday opened this issue May 12, 2011 · 3 comments
Milestone

Comments

@djhalliday
Copy link
Member

Receive timestamps are only being tracked to the nearest second, while sent timestamps are recorded to the ms.

@djhalliday
Copy link
Member Author

appears to be a spreadsheets analysis issue (excel)

@djhalliday
Copy link
Member Author

alright, I did some further looking into this this morning and it looks like the culprit is not excel, but android.telephony.SmsMessage.getTimestampMillis(). I replaced that with System.currentTimeMillis() to doublecheck, and receive timestamps magically had millisecond precision. Re-opened!

@djhalliday
Copy link
Member Author

reviewing the smstester data that we recently captured abroad and this is still plaguing us!

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

1 participant