this post was submitted on 21 Jul 2023
11 points (100.0% liked)

Memmy - An iOS client for Lemmy

5066 readers
1 users here now

Download on the App Store

View on GitHub

Join the Discord

Code of Conduct

founded 1 year ago
MODERATORS
 

Is this a Memmy bug? Or a Lemmy bug? Or a feature I’m not aware of and don’t understand?

you are viewing a single comment's thread
view the rest of the comments
[–] Aceticon@lemmy.world 5 points 1 year ago* (last edited 1 year ago)

Well, it's quite a common bug in distributed systems to have mismatching timestamps because different server machines which tagged different elements had different clock times.

Hopefully the time stamp of a post isn't done at the user machine level (or using data from it, such as stuff from HTTP headers) as those are far more likely to be misconfigured.

The only way I see for this be a Memmy bug is if there are two timestamp fields (a user one and a server one) and the user one is being picked up (I can only think of a separate user timestamp making sense for data manipulations on the user's own machine of the user's own posts).