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

DRUID_TZ config param not working? #1376

Closed
DaimonPl opened this issue Oct 19, 2016 · 1 comment
Closed

DRUID_TZ config param not working? #1376

DaimonPl opened this issue Oct 19, 2016 · 1 comment

Comments

@DaimonPl
Copy link

As can be seen in https://github.com/airbnb/caravel/blob/master/caravel/config.py:

# Druid query timezone
# tz.tzutc() : Using utc timezone
# tz.tzlocal() : Using local timezone
# other tz can be overridden by providing a local_config
DRUID_IS_ACTIVE = True
DRUID_TZ = tz.tzutc()

I was expecting that changing this param would change global TZ to defined one.

I tried setting DRUID_TZ = tz.tzstr('Europe/Warsaw') but it looks that there's no effect on queries/displayed data - all times are still UTC

@xrmx
Copy link
Contributor

xrmx commented Nov 2, 2016

Closing as dup of #1369

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

No branches or pull requests

2 participants