Fix date field to amend to timezone offset

This commit is contained in:
2022-07-24 11:46:59 +00:00
parent 53dfc26b88
commit 63b8f4f656
2 changed files with 41 additions and 1 deletions

View File

@@ -41,4 +41,5 @@ export interface Event {
};
startTime: string;
endTime?: string;
UTCOffset?: string;
}