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 2018/01/11 19:27:00 UTC

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

     [ https://issues.apache.org/jira/browse/AIRFLOW-1930?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bolke de Bruin resolved AIRFLOW-1930.
-------------------------------------
       Resolution: Fixed
    Fix Version/s:     (was: 1.9.1)
                   2.0.0
                   1.10.0

Issue resolved by pull request #2882
[https://github.com/apache/incubator-airflow/pull/2882]

> 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.10.0, 2.0.0
>
>
> 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)