From ceccf35cf8493470fca94b8c2987c16657f4044b Mon Sep 17 00:00:00 2001 From: 20xd6 Date: Thu, 9 Apr 2020 23:01:06 -0400 Subject: [PATCH] Add a symbolic link to facilatate linking to the directory rather than the clock.php file. --- index.php | 107 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 107 insertions(+) create mode 100644 index.php diff --git a/index.php b/index.php new file mode 100644 index 0000000..9c364e5 --- /dev/null +++ b/index.php @@ -0,0 +1,107 @@ + + + + + + <?php + echo "Time is: " . date("H:i:s e"); + ?> + + + + + + + + + +

+ Date and Time +

+
+ ". + "

". + date("D, M d, Y, H:i:s") . + " GMT" . date("O") . " (" . date("T") . ")"."

\n\t\t"; + echo '

The user timezone is now set to ' . $selectedTimezone . "

\n\t\t"; + echo '

The system timezone is now set to ' . $scriptTZ . "

\n"; + ?> +
+

+ If the detcted timezone is not correct selct your timezone from the dropdown below. +

+
+
+ + + + + +
+

JS Timezone

+
+ +