You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
Receive timestamps are only being tracked to the nearest second, while sent timestamps are recorded to the ms.
The text was updated successfully, but these errors were encountered: