You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Bolke de Bruin (JIRA)" <ji...@apache.org> on 2017/12/15 14:33:00 UTC

[jira] [Created] (AIRFLOW-1930) start_date and execution_date should default to timezone.utcnow() not to func.now()

Bolke de Bruin created AIRFLOW-1930:
---------------------------------------

             Summary: start_date and execution_date should default to timezone.utcnow() not to func.now()
                 Key: AIRFLOW-1930
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-1930
             Project: Apache Airflow
          Issue Type: Bug
    Affects Versions: 1.9.0, 1.8.2
            Reporter: Bolke de Bruin
            Assignee: Bolke de Bruin
             Fix For: 1.9.1


func.now() defaults to the time zone of the database, while we assume every date in the db is UTC. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)