kaxil edited a comment on issue #13529: URL: https://github.com/apache/airflow/issues/13529#issuecomment-758035576
Actually, we have mentioned it in a couple of places but we can make it more clearer I think: https://airflow.apache.org/docs/apache-airflow/stable/timezone.html#time-zones https://airflow.apache.org/docs/apache-airflow/stable/dag-run.html#external-triggers Would you like to make a PR to make it clearer in our docs in https://airflow.apache.org/docs/apache-airflow/stable/installation.html#requirements ? >I found this issue that looks the same as this one #1015 We moved to JIRA in 2016/2017 and moved from Jira back to Github Issue last year -- so some of the issues got closed in that migrations. ---- Separately can you also list steps to reproduce this in a clean environment -- So that we can fix this in source code if there is an issue. I only know few places where we use `utcnow()` or `func.now` (which might return time based on DB's TZ) -- However we use pendulum for datetime and Scheduler uses timezone aware dates -- so comparing them shouldn't be a problem. cc @ashb ---------------------------------------------------------------- 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: [email protected]
