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 2022/04/27 07:10:57 UTC

[GitHub] [airflow] malthe opened a new pull request, #23279: Add support for timezone as string in cron interval timetable

malthe opened a new pull request, #23279:
URL: https://github.com/apache/airflow/pull/23279

   This allows you to write:
   ```python
   timetable = CronDataIntervalTimetable("@hourly", "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.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] potiuk merged pull request #23279: Add support for timezone as string in cron interval timetable

Posted by GitBox <gi...@apache.org>.
potiuk merged PR #23279:
URL: https://github.com/apache/airflow/pull/23279


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org