Added timezone information to tasks so that recurring tasks will use the timezone from the user

This commit is contained in:
Tzahi12345
2023-01-03 21:21:14 -05:00
parent c382758833
commit 8c63a78884
6 changed files with 12 additions and 4 deletions

View File

@@ -9,6 +9,7 @@ dayOfWeek?: Array<number>;
hour?: number;
minute?: number;
timestamp?: number;
tz?: string;
};
};