Skip to content

Commit

Permalink
Apple Feb 19th 2025 - Event
Browse files Browse the repository at this point in the history
  • Loading branch information
danoli3 committed Feb 16, 2025
1 parent c9e28eb commit 1dbed4a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions js/addNewEvent.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
const // The time zone when the event will be held. Format: time zone identifier (e.g., "PDT" or "PST")
timeZone = 'PDT',
// Format: YYYY (2020)
year = 2024,
year = 2025,
// The month as a number, not the index
// Format: MM (09) or M (9), both are valid
month = 09,
month = 02,
// Format: DD (09) or D (9), both are valid
day = 09,
day = 19,
// Format: 0 - 24 / 5 == 5 AM / 17 == 5 PM
hour = 10,
// Format: MM (09) or M (9), both are valid
Expand All @@ -23,4 +23,4 @@ const // The time zone when the event will be held. Format: time zone identifier
* UPDATE UPCOMING EVENT NAME
* --------------------------
*/
const eventName = "It's Glowtime.";
const eventName = "Newest Member of the Family.";

0 comments on commit 1dbed4a

Please sign in to comment.