You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The result should be DateTime(2023, 11, 6, 0, 0, 0, tzinfo=Timezone('America/Chicago')). A workaround is using the traditional datetime library as the base datetime:
Issue
The result should be
DateTime(2023, 11, 6, 0, 0, 0, tzinfo=Timezone('America/Chicago'))
. A workaround is using the traditional datetime library as the base datetime:This bug made my customized Airflow time schedule failed yesterday.
The text was updated successfully, but these errors were encountered: