Skip to content

Commit

Permalink
fixing formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas-Gallant committed Dec 9, 2024
1 parent ba054bd commit 282703f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/get-current-date.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ function getDaySuffix(day) {
return "th";
}
}
const utcDate = new Date().toLocaleString("en-US", { timeZone: 'America/New_York' });

const utcDate = new Date().toLocaleString("en-US", { timeZone: 'America/New_York' });
const date = new Date(utcDate);
const monthNames = ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"];
const day = date.getDate();
Expand Down

0 comments on commit 282703f

Please sign in to comment.