From 9e4fc0d9347f94e73cc91c6039d92c4feab4e58f Mon Sep 17 00:00:00 2001 From: Rohit Vishwakarma <126248971+wishrohitv@users.noreply.github.com> Date: Thu, 11 Jan 2024 19:25:52 +0530 Subject: [PATCH] Update index.js --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index 0ee2f10..219bd01 100644 --- a/index.js +++ b/index.js @@ -8,10 +8,10 @@ function called() { if (timestamp >= 0 && timestamp < 12){ greting_user = "Good Morning🤩"; } - else if (timestamp >=12 && timestamp < 19){ + else if (timestamp >=12 && timestamp < 16){ greting_user = "Good AfterNoon🥰" } - else if (timestamp >=19 && timestamp < 24){ + else if (timestamp >=16 && timestamp < 19){ greting_user = "Good Evening😎" } else if (timestamp >=24){