Skip to content

Commit

Permalink
Update to local time
Browse files Browse the repository at this point in the history
  • Loading branch information
“LAKSHMIRPILLAI” committed Nov 22, 2024
1 parent a7b9c06 commit 83731e2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -317,8 +317,8 @@ export const UsEoy2024: ReactComponent<Props> = ({
} = useChoiceCards(choiceCardAmounts, 'US', cta, cta);

const isGivingTuesday =
date >= new Date('2024-11-27T00:00:01Z') &&
date < new Date('2024-12-04T23:59:59Z');
date >= new Date('2024-11-27T00:00:01') &&
date < new Date('2024-12-03T23:59:59');

return (
<div
Expand Down

0 comments on commit 83731e2

Please sign in to comment.