Skip to content

Commit

Permalink
Merge pull request #54 from francisyzy/add-oct-event
Browse files Browse the repository at this point in the history
Add apple october event
  • Loading branch information
hartator authored Oct 24, 2023
2 parents 4611d96 + 95c5e42 commit 4ca0145
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 @@ -11,16 +11,16 @@ const // The time zone when the event will be held. Format: time zone identifier
year = 2023,
// The month as a number, not the index
// Format: MM (09) or M (9), both are valid
month = 09,
month = 10,
// Format: DD (09) or D (9), both are valid
day = 12,
day = 30,
// Format: 0 - 24 / 5 == 5 AM / 17 == 5 PM
hour = 10,
hour = 17,
// Format: MM (09) or M (9), both are valid
minute = 00;

/* --------------------------
* UPDATE UPCOMING EVENT NAME
* --------------------------
*/
const eventName = 'Apple Event - September 2023';
const eventName = 'Apple Event - October 2023';

0 comments on commit 4ca0145

Please sign in to comment.