-
Notifications
You must be signed in to change notification settings - Fork 411
Open
Description
At
github3.py/src/github3/projects.py
Lines 428 to 429 in 5fe88ae
| #: datetime object representing the last time the object was changed | |
| self.updated_at = project_card["updated_at"] |
project_card["updated_at"] is not converted to datetime like in the other object. See ProjectColumn.updated_at for example: github3.py/src/github3/projects.py
Line 207 in 5fe88ae
| self.updated_at = self._strptime(project_column["updated_at"]) |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels