@@ -1805,8 +1805,8 @@ def get_project_metadata(
18051805 ::
18061806
18071807 {
1808- "createdAt": "2025-02-04T12:04:01+00:00 ",
1809- "updatedAt": "2024-02-04T12:04:01+00:00 ",
1808+ "createdAt": "2025-02-04T12:04:01.000Z ",
1809+ "updatedAt": "2024-02-04T12:04:01.000Z ",
18101810 "id": 902174,
18111811 "team_id": 233435,
18121812 "name": "Medical Annotations",
@@ -1820,8 +1820,8 @@ def get_project_metadata(
18201820 "folder_id": 1191383,
18211821 "workflow_id": 1,
18221822 "workflow": {
1823- "createdAt": "2024-09-03T12:48:09+00:00 ",
1824- "updatedAt": "2024-09-03T12:48:09+00:00 ",
1823+ "createdAt": "2024-09-03T12:48:09.000Z ",
1824+ "updatedAt": "2024-09-03T12:48:09.000Z ",
18251825 "id": 1,
18261826 "name": "System workflow",
18271827 "type": "system",
@@ -4640,7 +4640,7 @@ def list_projects(
46404640 "classes": [],
46414641 "completed_items_count": None,
46424642 "contributors": [],
4643- "createdAt": "2025-02-04T12:04:01+00:00 ",
4643+ "createdAt": "2025-02-04T12:04:01.000Z ",
46444644 "creator_id": "ecample@email.com",
46454645 "custom_fields": {
46464646 "Notes": "Something",
@@ -4662,7 +4662,7 @@ def list_projects(
46624662 "status": "InProgress",
46634663 "team_id": 233435,
46644664 "type": "Vector",
4665- "updatedAt": "2024-02-04T12:04:01+00:00 ",
4665+ "updatedAt": "2024-02-04T12:04:01.000Z ",
46664666 "upload_state": "INITIAL",
46674667 "users": [],
46684668 "workflow_id": 1,
@@ -5687,17 +5687,17 @@ def list_workflows(self):
56875687
56885688 [
56895689 {
5690- "createdAt": "2024-09-03T12:48:09+00:00 ",
5691- "updatedAt": "2024-09-04T12:48:09+00:00 ",
5690+ "createdAt": "2024-09-03T12:48:09.000Z ",
5691+ "updatedAt": "2024-09-04T12:48:09.000Z ",
56925692 "id": 1,
56935693 "name": "System workflow",
56945694 "type": "system",
56955695 "description": "This workflow is generated by the system, and prevents annotators from completing items.",
56965696 "raw_config": {"roles": ["Annotator", "QA"], ...}
56975697 },
56985698 {
5699- "createdAt": "2025-01-03T12:48:09+00:00 ",
5700- "updatedAt": "2025-01-05T12:48:09+00:00 ",
5699+ "createdAt": "2025-01-03T12:48:09.000Z ",
5700+ "updatedAt": "2025-01-05T12:48:09.000Z ",
57015701 "id": 58758,
57025702 "name": "Custom workflow",
57035703 "type": "user",
0 commit comments