Have you looked into https://github.com/apache/airflow/blob/0d64fd8aac7b93f4143d8f1d3baa4a0e239aba55/docs/timezone.rst or set https://github.com/apache/airflow/blob/master/airflow/config_templates/default_airflow.cfg#L78 to Beijing timezone? Does it not work for you use case?
On Thu, Feb 28, 2019 at 9:03 PM jiajie zhong <[email protected]> wrote: > I think it a very helpful if we could use local timestamps too. I am > Chinese, in my country many Aiflow users think Airflow ONLY could use UTC > is not hommization and Configurability. Many users will trip time when they > first use Airflow. I think let local timestamp work in useful for those > no-develop-airflow-user(who focus on workflow and business rather than > maintain Airflow self and change Hooks or Operator). > > > ________________________________ > > Would be a major improvement for us as well - we run at -06:00/-05:00, and > it's confusing having the cron schedule displayed in CST but all timestamps > in UTC. Of course, there's no reason I couldn't submit a PR myself; I just > haven't had time. > > Alek > > On Wed, Feb 27, 2019 at 8:58 AM [email protected] < > [email protected]> wrote: > > > Hi All, > > > > Trying to change timezone on Airflow UI, didn't get any solution. > > Actually Airflow UI runs on UTC timezone. So every DAG execution time, > > start time , show in utc format. Want to change it (DAG execution > timezone) > > to IST timezone. Please help to resolve same. > > > > Thanks > > > > >
