You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The timezone "Asia/Calcutta" was renamed to "Asia/Kolkata" many years ago. However the old name is still used by many system (for example Google Chrome)
Postgres Docker versions 17.5+ no longer recognize "Asia/Calcutta" as a valid time zone.
select now() at time zone 'Asia/Calcutta'
results in: SQL Error [22023]: ERROR: time zone "Asia/Calcutta" not recognized
Version: PostgreSQL 17.5 (Debian 17.5-1.pgdg130+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 14.2.0-19) 14.2.0, 64-bit
(Tag: postgres:17.5)