<?php date_default_timezone_set('Europe/Istanbul'); $bugun=strtotime(date("d-m-Y H:i:s")); echo date("d-m-Y H:i:s",$bugun); ?>