From 7df5bbd2716470f166496f395daf6b639b24ad69 Mon Sep 17 00:00:00 2001 From: 20xd6 <20xd6@airmail.cc> Date: Fri, 19 Nov 2021 17:12:43 -0500 Subject: [PATCH] Fix a display issue #8 Update index.php with class tags for the timestamp copy buttons. --- clock.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clock.php b/clock.php index 687dd6f..4315dfc 100644 --- a/clock.php +++ b/clock.php @@ -48,13 +48,13 @@ "
". "

". date("D, M d, Y, H:i:s") . - "

GMT". date("O T") ."

\n\t\t
"; + "

GMT". date("O T") ."

\n\t\t"; if($_POST['originalTZ']){// if the user want display the browser detected timezone as well as the selected one. date_default_timezone_set($originalTZ); echo'

Time in original Timezone

'. '

'. date("D, M d, Y, H:i:s") . - "

GMT". date("O T") ."

"; + "

GMT". date("O T") ."

"; date_default_timezone_set($scriptTZ); } if($_POST['displayOffset']){