Merhaba Arkadaşlar, Coğu kişi bunu bilmiyor bende yazayım dedim. Şimdi /chatbox/config.php 'yi Acıyoruz.... Bunu Buluyoruz: PHP Code:
date_default_timezone_set('Asia/Ho_Chi_Minh'); // change your location for true time#read this page to set true timezone http://www.php.net/manual/en/timezones.php

Bununla Değiştiriyoruz: PHP Code:
date_default_timezone_set('Europe/Istanbul'); // change your location for true time#read this page to set true timezone http://www.php.net/manual/en/timezones.php

__________________