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
Time zone output of time stamp data in the API is hard-coded, should be an optional parameter within the configuration file.
The text was updated successfully, but these errors were encountered:
Currently all timestamps returned in the API are transformed to Indo-China Time (ICT) a.k.a WIB (Jakarta) using the following query operator:
SELECT time_column AT TIME ZONE 'ICT' AS 'time_column'
A globally configurable option could store 'ICT' in a config as a variable, then passed to the query.
Sorry, something went wrong.
tomasholderness
No branches or pull requests
Time zone output of time stamp data in the API is hard-coded, should be an optional parameter within the configuration file.
The text was updated successfully, but these errors were encountered: