Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions js/addNewEvent.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@
*
*/
const // The time zone when the event will be held. Format: time zone identifier (e.g., "PDT" or "PST")
timeZone = 'EST',
timeZone = 'PST',
// Format: YYYY (2020)
year = 2026,
// The month as a number, not the index
// Format: MM (09) or M (9), both are valid
month = 03,
month = 06,
// Format: DD (09) or D (9), both are valid
day = 04,
day = 08,
// Format: 0 - 24 / 5 == 5 AM / 17 == 5 PM
hour = 09,
hour = 10,
// Format: MM (09) or M (9), both are valid
minute = 00;

/* --------------------------
* UPDATE UPCOMING EVENT NAME
* --------------------------
*/
const eventName = "You're invited.";
const eventName = "WWDC 2026";