• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Website Problem

zayat

New Member
Joined
May 12, 2009
Messages
347
Reaction score
2
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Helsinki' for '2.0/no DST' instead in D:\xampp\htdocs\latestnews.php on line 20

what is this?? and how can i fix it??
 
PHP:
date_default_timezone_set( 'Europe/Helsinki' );
below your <?, <?PHP or <?php tag at the top of your index.php.
 
Back
Top