ashb commented on a change in pull request #8046: [AIRFLOW-7048] Allow user to
convert timezone in UI
URL: https://github.com/apache/airflow/pull/8046#discussion_r402331224
##########
File path: airflow/config_templates/config.yml
##########
@@ -682,6 +682,16 @@
type: string
example: ~
default: "http://localhost:8080"
+ - name: default_ui_timezone
+ description: |
+ Default timezone to display all dates in the UI in, can be UTC, system,
+ or any IANA timezone string (e.g. Europe/Amsterdam). If left empty the
+ default vaule of core/default_timezone will be used
Review comment:
Yup, will push this up (plus .cfg) once the current tests run finishes.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services