this post was submitted on 29 Aug 2023
60 points (96.9% liked)

Lemmy Support

4652 readers
1 users here now

Support / questions about Lemmy.

Matrix Space: #lemmy-space

founded 5 years ago
MODERATORS
 

This post was apparently posted at 11:08 GMT+2, which is almost two hours in the future from now.

This is obviously a bug, but is it a frontend or a backend issue?

top 5 comments
sorted by: hot top controversial new old
[–] WtfEvenIsExistence@lemmy.ca 16 points 1 year ago* (last edited 1 year ago) (1 children)

I've noticed that I could post something at, let's say, 12PM at noon, and the post doesn't federate for some reason (possibly due to server overload either on the instance I'm using, or the instance I'm trying to post to), then I wait till 3PM and "edit" my post and change nothing except add 1 [Space] to the end of the post, and since edits cause another federation request to be sent, the post will now show up in the instance where the community is hosted, but with the timestamp appearing "Posted at 12PM", even though the instance it got sent to, never received any federation requests until 3PM, the instance never know about my post before then.

So what this means is that an instance basically just trust the timestamp of other instances. So I think what you are seeing could be some admin manipulating their instance timestamp to appear to be in the future.

Or maybe in this specific case, it's just a bug and I'm overthinking about the timestamp manipulation theory.

[–] cactusupyourbutt@lemmy.world 1 points 1 year ago

might also be a timezone issue

[–] nicman24@kbin.social 9 points 1 year ago

we now know your time zone

[–] breadsmasher@lemmy.world 3 points 1 year ago

Its an issue with how timestamps are stored in the DB vs presented in the front end

[–] A10@kerala.party 3 points 1 year ago

I had this issue when I start Lemmy docker compose up using an ssh session. But doesn't happen when I use Ansible to deploy the docker compose file. I think devs are aware of this and a fix is already merged