We are getting the following error from some of our users:
DataError: time zone "Asia/Qostanay" not recognized
We've found out that the problem was coming from the following SQL query:
SELECT *
FROM "app_foobar"
WHERE (
EXTRACT('hour' FROM "app_foobar"."date" AT TIME ZONE 'Asia/Qostanay') = 0
);