You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Vineet Goel (JIRA)" <ji...@apache.org> on 2016/06/29 02:45:45 UTC

[jira] [Commented] (AIRFLOW-289) Use datetime.utcnow() to keep airflow system independent

    [ https://issues.apache.org/jira/browse/AIRFLOW-289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15354421#comment-15354421 ] 

Vineet Goel commented on AIRFLOW-289:
-------------------------------------

I saw a bunch of datetime.now() used all over the codebase. This works well if all the systems are in UTC (as is the case at Airbnb according to the post: https://cwiki.apache.org/confluence/display/AIRFLOW/Common+Pitfalls). We could change them to datetime.utcnow() to make this system independent.

> Use datetime.utcnow() to keep airflow system independent
> --------------------------------------------------------
>
>                 Key: AIRFLOW-289
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-289
>             Project: Apache Airflow
>          Issue Type: Improvement
>            Reporter: Vineet Goel
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)