Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ProjectCard.updated_at isn't a datetime object #1093

Open
robkorv opened this issue Jun 9, 2022 · 1 comment
Open

ProjectCard.updated_at isn't a datetime object #1093

robkorv opened this issue Jun 9, 2022 · 1 comment

Comments

@robkorv
Copy link

robkorv commented Jun 9, 2022

At

#: datetime object representing the last time the object was changed
self.updated_at = project_card["updated_at"]
the project_card["updated_at"] is not converted to datetime like in the other object. See ProjectColumn.updated_at for example:
self.updated_at = self._strptime(project_column["updated_at"])
.

@robkorv
Copy link
Author

robkorv commented Jun 9, 2022

Let me know if you want a pr for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant