[
https://issues.apache.org/jira/browse/AIRFLOW-5277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17074734#comment-17074734
]
ASF subversion and git services commented on AIRFLOW-5277:
----------------------------------------------------------
Commit e46225a2e3a5cfafba7377c3fe132a1467c4582f in airflow's branch
refs/heads/v1-10-test from Ash Berlin-Taylor
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=e46225a ]
[AIRFLOW-5277] Gantt chart respects per-user the Timezone UI setting (#8096)
`new Date()` in javascript was always returning user-local time, so we
switch over to using MomentJS to render the ticks.
I also had to fix a bug in the `redraw` function here (previously
unused, now used when the user selects a different timezone.)
(cherry picked from commit 14db3732b53acd223c5a53dc404a051839f91d3a)
> Gannt chart shows local browser time instead of server one
> ----------------------------------------------------------
>
> Key: AIRFLOW-5277
> URL: https://issues.apache.org/jira/browse/AIRFLOW-5277
> Project: Apache Airflow
> Issue Type: Sub-task
> Components: webserver
> Affects Versions: 1.10.3, 1.10.4, 1.10.5, 1.10.7
> Environment: Ubuntu 16.04, Python 3.6, x64
> Reporter: Dmytro Kulyk
> Assignee: Ash Berlin-Taylor
> Priority: Trivial
> Labels: gantt, timezone
> Attachments: image-2019-08-21-20-03-10-035.png
>
>
> Gannt chart shows graphs in local browser timezone (currently UTC+3)
> Despite of server timezone set to UTC
> !image-2019-08-21-20-03-10-035.png|width=811,height=218!
--
This message was sent by Atlassian Jira
(v8.3.4#803005)