Starting this morning Jerboa crashes and Connect for Lemmy shows a spinner when trying to access Beehaw. My accounts on other Lemmy instances are working fine.
Is anyone else having similar issues?
Starting this morning Jerboa crashes and Connect for Lemmy shows a spinner when trying to access Beehaw. My accounts on other Lemmy instances are working fine.
Is anyone else having similar issues?
Hey all. Really sorry this is happening to you. This was due to an upstream breaking change for the
latest
. Essentially, the DB had stored dates as a ‘naive’ timestamp, without any timezone offset or data. The referenced Lemmy change attempts to change that to be timezone aware in all the code and PSQL. This definitely broke a lot of things. Working on implementing a fix, even if it means rolling back that update for Beehaw.Thanks for the update! No need to apologize! That dropping Lemmy proposal is sounding better. 😂
(not to defend lemmy more generally, but timestamps and databases are god’s punishment for the hubris of software devs)
The relevant xkcd are:
And some fun reading: https://github.com/eggert/tz which combines all the things that you love:
My favorite part of North America file is about the California energy crisis
My favorite part of the Africa file is some emacs lisp for Morocco’s Ramadan daylight savings (though Morocco has a rich history in the file as the descriptions start at line 595 and go through 877).
Ah, that explains why I was seeing Java datetime errors instead of the timestamps in Sync.
deleted by creator