diff --git a/clock.css b/clock.css
index 41a3206..b1a8e48 100644
--- a/clock.css
+++ b/clock.css
@@ -7,3 +7,6 @@ select {
.chkbox {
display: inline-block;
}
+.time_copy_btn {
+ margin-left: 5px;
+}
diff --git a/clock.php b/clock.php
index 687dd6f..7c3b3ab 100644
--- a/clock.php
+++ b/clock.php
@@ -48,13 +48,13 @@
" ".
date("D, M d, Y, H:i:s") .
- " GMT". date("O 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''. date("D, M d, Y, H:i:s") . - "
GMT". date("O T") ."
"; + "GMT". date("O T") ."
"; date_default_timezone_set($scriptTZ); } if($_POST['displayOffset']){