Skip Navigation

Potential breaking change due to inclusion of timezone data

github.com Fix time zone handling by phiresky · Pull Request #3496 · LemmyNet/lemmy

The whole code base uses naive date time and TIMESTAMP WITHOUT TIME ZONE. Now there's conversion issues appearing in federation where timezones are not handled correctly. Using NaiveDateTime is ......

Fix time zone handling by phiresky · Pull Request #3496 · LemmyNet/lemmy

Just sharing this particular merged PR in the Lemmy backend in case this affects Connect.

2