prochj51
prochj51
@paveltiunov, @hassankhan Any update to this issue? it would really helped out **Problem** I am applying `"timezone": "Europe/Prague"` in my query. In myTable there is duration of some state in...
I also tried to use - CUBEJS_SCHEDULED_REFRESH_TIMEZONES=Europe/Prague in docker-compose.yml ``` version: '2.2' services: cube: image: cubejs/cube:v0.32.14 ports: - 4001:4000 - 15432:15432 environment: - CUBEJS_DEV_MODE=true - CUBEJS_SCHEDULED_REFRESH_TIMEZONES=Europe/Prague volumes: - .:/cube/conf ```...