Skip to content
New issue

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 should be as configuration option #30

Open
tomasholderness opened this issue Dec 3, 2015 · 1 comment
Open

Time zone should be as configuration option #30

tomasholderness opened this issue Dec 3, 2015 · 1 comment
Assignees
Milestone

Comments

@tomasholderness
Copy link
Contributor

Time zone output of time stamp data in the API is hard-coded, should be an optional parameter within the configuration file.

@tomasholderness tomasholderness self-assigned this Dec 3, 2015
@tomasholderness tomasholderness added this to the 2.1.x milestone Dec 3, 2015
@tomasholderness
Copy link
Contributor Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant