You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/04/01 16:31:00 UTC

[jira] [Commented] (AIRFLOW-7048) Provide "timezone selection" mechanism in front-end

    [ https://issues.apache.org/jira/browse/AIRFLOW-7048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17072940#comment-17072940 ] 

ASF GitHub Bot commented on AIRFLOW-7048:
-----------------------------------------

ashb commented on pull request #8046: [AIRFLOW-7048] Allow user to convert timezone in UI
URL: https://github.com/apache/airflow/pull/8046
 
 
   Things to do left:
   
   - [x] Mkae FAB's datetime filters convert on timezone change.
   - [ ] Bubble up default timezone from airflow.cfg to default option in UI
   - [ ] produce gif/screencast of differences.
   - [ ] Decide if current "timezoneless" display is right or not.
   ---
   Issue link: WILL BE INSERTED BY [boring-cyborg](https://github.com/kaxil/boring-cyborg)
   
   Make sure to mark the boxes below before creating PR: [x]
   
   - [x] Description above provides context of the change
   - [x] Unit tests coverage for changes (not needed for documentation changes)
   - [x] Commits follow "[How to write a good git commit message](http://chris.beams.io/posts/git-commit/)"
   - [x] Relevant documentation is updated including usage instructions.
   - [x] I will engage committers as explained in [Contribution Workflow Example](https://github.com/apache/airflow/blob/master/CONTRIBUTING.rst#contribution-workflow-example).
   
   ---
   In case of fundamental code change, Airflow Improvement Proposal ([AIP](https://cwiki.apache.org/confluence/display/AIRFLOW/Airflow+Improvements+Proposals)) is needed.
   In case of a new dependency, check compliance with the [ASF 3rd Party License Policy](https://www.apache.org/legal/resolved.html#category-x).
   In case of backwards incompatible changes please leave a note in [UPDATING.md](https://github.com/apache/airflow/blob/master/UPDATING.md).
   Read the [Pull Request Guidelines](https://github.com/apache/airflow/blob/master/CONTRIBUTING.rst#pull-request-guidelines) for more information.
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Provide "timezone selection" mechanism in front-end
> ---------------------------------------------------
>
>                 Key: AIRFLOW-7048
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-7048
>             Project: Apache Airflow
>          Issue Type: Sub-task
>          Components: ui, webserver
>    Affects Versions: 1.10.0
>            Reporter: Ash Berlin-Taylor
>            Priority: Major
>              Labels: timezone
>             Fix For: 2.0.0
>
>
> Often users will want to see timezones in their "local" timezone (as defined by browser), but there are useful cases when they would want to be able to view times in other timezones.
> We should have "dropdown"/selection mechanism that lets the user choose:
> - Browser local (the default probably)
> - UTC
> - Ariflow server configured TZ (if it's not UTC)
> Possibly we should also have "DAG timezone" for any dag-specific page, when that DAG is set to use a different TZ
> And then for flexability (and if it's not loads of work) let the user select any arbitrary timezone ("America/New York", or "Europe/Paris" for instance) from a list.
> The user's chosen TZ should be stored in a cookie (don't think it's necessary to store this server side if all the translation is being done client side.)
> It might be useful to have a "quick toggle" between local and what ever other setting is set.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)