Skip to content

Commit

Permalink
accouunt for 1 ingest shift
Browse files Browse the repository at this point in the history
  • Loading branch information
DVidal1205 committed Feb 26, 2025
1 parent 04df950 commit 167f3a3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ function parseDateTime(isoString: string) {
};
}

dateObj.setDate(dateObj.getDate() + 1);
dateObj.setDate(dateObj.getDate());
const formattedDate = dateObj.toISOString().split("T")[0];

Expand Down

0 comments on commit 167f3a3

Please sign in to comment.