Bruschkov opened a new pull request #7153: [AIRFLOW-5117] Fixed Bug with ISO-8601 Timestamps URL: https://github.com/apache/airflow/pull/7153 #JIRA https://issues.apache.org/jira/browse/AIRFLOW-5117 # Description When using the KubernetesPodOperator on an aws kubernetes cluster, the aws-iam-authenticator is used to obatin kubernetes authentication tokens. The aws tokens contain ISO-8601 formatted timestamps, which couldn't be parsed in case of a "Z" (Zulu Time) timezone. This PR fixes this problem by converting the "Z" timezone into a regular +0000 format. # Test Coverage Not Needed, very minor fix
---------------------------------------------------------------- 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] With regards, Apache Git Services
