× New Paste
Welcome to Amin Mahmoudi official website.
Last Blog Posts :
How to connect PHP to Microsoft SQL Server Our Private World of Warcraft Fun 3.3.5a Server Started Install GCC7 in CentOS & Ubuntu Use Telegram bot to get notifications about your MasterkinG account Unveiling new version of MasterkinG32 website 
Main Menu
User Panel
  Guest - 2018/02/04 09:28 - Views : 4093 -  PHP  -  Clone  -  RAW  -  Download  -  
<?php

date_default_timezone_set('Asia/Tehran');
$aaa1= time();
date_default_timezone_set('Europe/Paris');
$aaa = date("Y-m-d H:i:s");
date_default_timezone_set('Asia/Tehran');
$aaa = strtotime($aaa);
$Final = $aaa1 - $aaa;
echo $Final;
exit(); 

?>