We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SET TIME ZONE
Attempting to SET TIME ZONE 'UTC'; will throw an error:
SET TIME ZONE 'UTC';
invalid value for parameter "TimeZone": "UTC"
This is due to missing timezone data in the Emscripten filesystem:
SELECT * FROM pg_timezone_names(); -- could not open directory "/usr/share/zoneinfo": No such file or directory
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Attempting to
SET TIME ZONE 'UTC';
will throw an error:This is due to missing timezone data in the Emscripten filesystem:
The text was updated successfully, but these errors were encountered: