In reply to https://jan.boddez.net/notes/a2d08abc6e. I used to store …

In reply to https://jan.boddez.net/notes/a2d08abc6e.

I used to store all dates in UTC, yet had my app timezone set to where I’m at. I would then use that to convert relevant dates at the very last moment (i.e., in the view). But … cursor pagination _uses_ your app’s timezone setting to produce its SQL; hence the error. So I now have my timezone set to UTC and will use a user-specific setting for displaying dates and times! Seems we’re good again.