diff --git a/index.php b/index.php
index 40d4a52..a073dcc 100644
--- a/index.php
+++ b/index.php
@@ -5,7 +5,6 @@ header("Cache-Control: post-check=0, pre-check=0", false);
 header("Pragma: no-cache");
 
 $array = array("EUR",
-	"BTC",
 	"USD",
 	"GBP",
 	"CHF",
@@ -428,11 +427,11 @@ $xmr_in_fiat = strtr($xmr_in_fiat, ",", " ");
                                     <td><?php echo str_replace(".", ",", $XAG); ?></td>
                                     <td><?php echo str_replace(".", ",", $XAU); ?></td>
                                 </tr>
-								<tr style="display:none;">
+				<tr style="display:none;">
                                     <td colspan="7"><?php echo $moneroooTable; ?></td>
                                     <td><?php echo $time; ?></td>
-									<td>TZ:Europe/Berlin</td>
-								</tr>
+				    <td>TZ:<?php echo date_default_timezone_get(); ?></td>
+				</tr>
                             </tbody>
                         </table>
                     </div>