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

ASF subversion and git services commented on AIRFLOW-2859:
----------------------------------------------------------

Commit 6fd4e6055e36e9867923b0b402363fcd8c30e297 in incubator-airflow's branch 
refs/heads/master from bolkedebruin
[ https://gitbox.apache.org/repos/asf?p=incubator-airflow.git;h=6fd4e60 ]

[AIRFLOW-2859] Implement own UtcDateTime (#3708)

The different UtcDateTime implementations all have issues.
Either they replace tzinfo directly without converting
or they do not convert to UTC at all.

We also ensure all mysql connections are in UTC
in order to keep sanity, as mysql will ignore the
timezone of a field when inserting/updating.

> DateTimes returned from the database are not converted to UTC
> -------------------------------------------------------------
>
>                 Key: AIRFLOW-2859
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-2859
>             Project: Apache Airflow
>          Issue Type: Bug
>          Components: database
>            Reporter: Bolke de Bruin
>            Priority: Blocker
>             Fix For: 1.10.0
>
>
> This is due to the fact that sqlalchemy-utcdatetime does not convert to UTC 
> when the database returns datetimes with tzinfo.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to