melisekm commented on issue #29227: URL: https://github.com/apache/airflow/issues/29227#issuecomment-1410306131
It seems like #28411 introducted `datetime.min` in [here](https://github.com/apache/airflow/blob/b5b1fae2dfe92751d6aaaace00009ce29625095b/airflow/www/views.py#L2883), which is timezone naive and can't be compared to logical date that is timezone aware. Maybe it can be replaced with `DateTime.min`. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
