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
I have searched open and closed issues for duplicates
I am submitting a bug report for existing functionality that does not work as intended
This isn't a feature request or a discussion topic
Bug description
Communication with someone from a different time zone, their messages' time seems to be displayed as if they were in their timezone, but mine are in mine, but the overall order of messages is correct in the chat...
Not 100% sure if it is related to that, but its what I assume...
Steps to reproduce (my assumption)
send a message to someone residing in a different time zone
receive reply
write again
see that it says "my message: Fr. 20:00; other: Fr. 17.05; my: Fr. 20.30; other: Fr. 17.35" (in this case the other is in a time zone behind me...
Actual result:
Times are displayed incorrectly.
Expected result:
Times should be displayed according to my time zone, so when the message arrived for me from my perspective...
Screenshots
Device info
Device: iPhone 7
iOS version: 13.4.1
Signal version: 3.6.1.4
Link to debug log
Since there is no actualy crash happening, no crash log...
The text was updated successfully, but these errors were encountered:
Looks like the text gets set from a call to [DateUtil formatMessageTimestamp:] where the argument is a Unix timestamp that comes straight from the backend. This might be a bug (or feature?) of the service itself rather than an iOS client bug. Have you checked timestamps for clients on other platforms?
It seems like the timestamp is being generated from whichever device sends the message. So you'd have to ask your friends to all set their devices to the right time zone, not just set the time with the clock.
It seems like part of a larger issue that you can just set the date backwards on the sending device and have the messages be from last July at 11:11 AM if you wanted.
I'm not sure that's something that's enforceable since it's end to end encrypted.
I'm going to leave a semi-related U.I. bug here since it seems related enough:
When messaging with someone who has a different date set on their system, Signal displays headers showing the date gap. These appear every time the speaker alternates, which is often after every message. That was reported to me by a contact using version 5.18.3.0 (I don't use iOS myself). I suggest using the received time/date rather than sent time/date for primary U.I. purposes, although there may be some reason that's not already done.
Bug description
Communication with someone from a different time zone, their messages' time seems to be displayed as if they were in their timezone, but mine are in mine, but the overall order of messages is correct in the chat...
Not 100% sure if it is related to that, but its what I assume...
Steps to reproduce (my assumption)
Actual result:
Times are displayed incorrectly.
Expected result:
Times should be displayed according to my time zone, so when the message arrived for me from my perspective...
Screenshots
Device info
Device: iPhone 7
iOS version: 13.4.1
Signal version: 3.6.1.4
Link to debug log
Since there is no actualy crash happening, no crash log...
The text was updated successfully, but these errors were encountered: