Error with Zendesk Support connector when upgrading versions

Summary

The user is experiencing an error with the Zendesk Support connector related to datetime parsing when upgrading versions.


Question

Hey everyone, all of a sudden our Zendesk Support connector error’d out with the following error:

    time = self._parser.parse(str(self.datetime.eval(config, **additional_parameters)), datetime_format)  # type: ignore # datetime is always cast to an interpolated string
  File "/usr/local/lib/python3.9/site-packages/airbyte_cdk/sources/declarative/datetime/datetime_parser.py", line 29, in parse
    return datetime.datetime.fromtimestamp(int(date), tz=datetime.timezone.utc)
ValueError: invalid literal for int() with base 10: '2022-08-14T18:15:15Z'```
This happens with `v2.6.5` as well as when I try to upgrade the connector to `v2.7.3` ,`v2.7.1` and `v2.7.0`. Is there an open issue with the Zendesk Support connector?

<br>

---

This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. [Click here](https://airbytehq.slack.com/archives/C021JANJ6TY/p1723585139086399) if you want 
to access the original thread.

[Join the conversation on Slack](https://slack.airbyte.com)

<sub>
["zendesk-support-connector", "error", "datetime-parsing", "upgrade", "v2.6.5", "v2.7.3", "v2.7.1", "v2.7.0"]
</sub>