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 2019/07/18 14:15:22 UTC

[GitHub] [airflow] ashb commented on a change in pull request #5600: [AIRFLOW-4981][AIRFLOW-4788] Output pendulum DateTime for fixed cron schedules

ashb commented on a change in pull request #5600: [AIRFLOW-4981][AIRFLOW-4788] Output pendulum DateTime for fixed cron schedules
URL: https://github.com/apache/airflow/pull/5600#discussion_r304940617
 
 

 ##########
 File path: airflow/utils/sqlalchemy.py
 ##########
 @@ -143,7 +143,7 @@ class UtcDateTime(TypeDecorator):
     - Unlike SQLAlchemy's built-in :class:`~sqlalchemy.types.DateTime`,
       it never return naive :class:`~datetime.datetime`, but time zone
       aware value, even with SQLite or MySQL.
-    - Always returns DateTime in UTC
+    - Always returns pendulum DateTime in UTC
 
 Review comment:
   ```suggestion
       - Always returns ``pendulum.DateTime`` in UTC
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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