From 020d200f1fb7b859ca8e97524546cfa1b7bee5b1 Mon Sep 17 00:00:00 2001 From: Felix Albrecht <74365378+felix-albrecht@users.noreply.github.com> Date: Wed, 30 Aug 2023 09:20:46 +0200 Subject: [PATCH] Added 12/09 iPhone event --- js/addNewEvent.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/js/addNewEvent.js b/js/addNewEvent.js index 8bfeab8..66913fb 100644 --- a/js/addNewEvent.js +++ b/js/addNewEvent.js @@ -11,9 +11,9 @@ 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 = 06, + month = 09, // Format: DD (09) or D (9), both are valid - day = 05, + day = 12, // Format: 0 - 24 / 5 == 5 AM / 17 == 5 PM hour = 10, // Format: MM (09) or M (9), both are valid @@ -23,4 +23,4 @@ const // The time zone when the event will be held. Format: time zone identifier * UPDATE UPCOMING EVENT NAME * -------------------------- */ -const eventName = 'WWDC23 kick off'; +const eventName = 'Apple Event';