Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
Add a timezone to the contrib meeting time.
Browse files Browse the repository at this point in the history
  • Loading branch information
reynoldsalec committed Apr 4, 2024
1 parent 2afb689 commit 1560fcd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contrib/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,12 @@ const prettyDate = (
year = 'numeric',
month = 'long',
day = 'numeric',
timeZoneName = 'short'
} = {}) => {
return `${date.toLocaleDateString(undefined, {weekday, year, month, day})} @ ${date.toLocaleTimeString()}`;
};


</script>

<style>
Expand Down

0 comments on commit 1560fcd

Please sign in to comment.