We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
LOG: could not open directory "/usr/share/zoneinfo": No such file or directory
which results in:
SELECT * FROM pg_timezone_names; ERROR: could not open directory "/usr/share/zoneinfo": No such file or directory
which can be fixed with
apk add tzdata