Skip to content

ProjectCard.updated_at isn't a datetime object  #1093

Open
@robkorv

Description

@robkorv

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"])
.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions