Signal-Android icon indicating copy to clipboard operation
Signal-Android copied to clipboard

Incorrect data timestamps

Open eqoffical opened this issue 10 months ago • 3 comments

Guidelines

  • [x] I have searched searched open and closed issues for duplicates
  • [x] I am submitting a bug report for existing functionality that does not work as intended
  • [x] This isn't a feature request or a discussion topic

Bug description

The issue: Some chats have multiple "today-yesterday" timestamps.

Additional: My bald guess, this miss alignment because of linked signal desktop app, but I can't reproduce this on purpose.

Screenshots

Image

Device

No response

Android version

No response

Signal version

No response

Link to debug log

No response

eqoffical avatar Feb 20 '25 06:02 eqoffical

This is often a result of misaligned clocks between the sender and receiver. We always show messages in received order according to the local client's clock. However, we show the "sent time" based on when the sender says they sent it. In order to avoid inconsistencies between the timestamp on bubbles and the date dividers, we also render the date dividers based on the senders clock (otherwise you run into scenarios where the header says "today" but the timestamp we render is for yesterday, which is confusing in a different way -- pros and cons to both approaches).

Can you check with your chat partner and ask if they're clock is set different from yours? Given that the time-of-day seems to line up, my guess is that one of you have your clocks off by a day.

greyson-signal avatar Feb 20 '25 15:02 greyson-signal

We'll try, but it's weird, we live in the same time zone.

eqoffical avatar Feb 20 '25 16:02 eqoffical

It doesn't have anything to do with timezone -- it would be that one of you has the wrong day set in your system settings. It would likely only happen if one of you manually set the time on your device to something different.

greyson-signal avatar Feb 20 '25 18:02 greyson-signal

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Apr 23 '25 04:04 stale[bot]

This issue has been closed due to inactivity.

stale[bot] avatar Apr 30 '25 21:04 stale[bot]