Skip to content

Commit

Permalink
Update county.html
Browse files Browse the repository at this point in the history
  • Loading branch information
harborlighttech authored Oct 21, 2024
1 parent b6bbce6 commit 7f563ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion county.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
const monthName = date.toLocaleString('default', { month: 'long' });

// Return the formatted string
return `${monthName} ${day}, ${year} ${hour}:00 GMT`;
return `${monthName} ${day}, ${year} ${hour}:00 ET`;
}
function sortObjectByValues(obj) {
// Convert the object into an array of key-value pairs
Expand Down

0 comments on commit 7f563ab

Please sign in to comment.