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") ."
".
"
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']){