You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2018/08/31 14:07:09 UTC

[GitHub] ashb commented on issue #2946: [AIRFLOW-1927] Convert naive datetimes for TaskInstances

ashb commented on issue #2946: [AIRFLOW-1927] Convert naive datetimes for TaskInstances
URL: https://github.com/apache/incubator-airflow/pull/2946#issuecomment-417675330
 
 
   If the TZ is always UTC (which it is - we have an SQLA class that "inflates" things to ensure that date times are always converted to UTC on reading out of the DB) then I don't think a `ts_tz` macro would be useful - though one to convert to local (or specified) TZ could be useful?
   
   Logging config for task instance logs is the other place this affects things https://github.com/apache/incubator-airflow/blob/master/UPDATING.md#change-of-per-task-log-path

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services