From 9ad73561a2a04a5809928fe53883af2f78a94487 Mon Sep 17 00:00:00 2001 From: Adil Sadqi <42699429+AdilSadqi@users.noreply.github.com> Date: Sun, 7 Apr 2024 00:11:02 +0000 Subject: [PATCH] Update main.js.download --- index_files/main.js.download | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index_files/main.js.download b/index_files/main.js.download index 4d2b7e2..22cd788 100644 --- a/index_files/main.js.download +++ b/index_files/main.js.download @@ -204,7 +204,7 @@ function commander(cmd) { const now = new Date(); const options = { weekday: 'long', year: 'numeric', month: 'long', day: 'numeric', hour: 'numeric', minute: 'numeric', second: 'numeric', timeZoneName: 'short' }; const formattedTime = now.toLocaleString('en-GB', options); - addLine("Current Local Time (UK): " + formattedTime, "color2", 80); + addLine("Your Current Local Time : " + formattedTime, "color2", 80); } // Displaying the current local time and date in UK format