I am trying to change the configuration for Airflow from UTC se to Europe/Amsterdam
in airflow.cgf
file in the core section.
[core]
default_timezone=`Europe/Amsterdam`
but this doesn't work
let me know if any body have any idea about this
thanks
Taken from SO Answer here and slightly summarized:
default_timezone=Europe/Amsterdam
in your airflow.cfg should work in Airflow 1.10, but 1.10 has not been released yet.