Fixed bug in toggl data importer if import contains invalid timezone

This commit is contained in:
Constantin Graf
2025-03-04 16:59:45 -05:00
committed by Constantin Graf
parent 0d4ffa1061
commit b6bbcd7097
12 changed files with 219 additions and 1 deletions

View File

@@ -0,0 +1,16 @@
[
{
"archived": false,
"creator_id": 201,
"id": 301,
"name": "Big Company",
"wid": 0
},
{
"archived": true,
"creator_id": 201,
"id": 302,
"name": "Other Company (Archived)",
"wid": 0
}
]