From a370ee47ac15b95c56e16bd0fcf54617a88c4097 Mon Sep 17 00:00:00 2001 From: Vijay Goswami <88035516+developervijay7@users.noreply.github.com> Date: Sat, 14 Feb 2026 23:31:17 +0530 Subject: [PATCH] Update event details for upcoming event --- js/addNewEvent.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/js/addNewEvent.js b/js/addNewEvent.js index 72548ca..cbdcf52 100644 --- a/js/addNewEvent.js +++ b/js/addNewEvent.js @@ -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 = 2025, + year = 2026, // 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 @@ -23,4 +23,4 @@ const // The time zone when the event will be held. Format: time zone identifier * UPDATE UPCOMING EVENT NAME * -------------------------- */ -const eventName = "Awe dropping."; +const eventName = "Let's Love.";