• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Gesior ACC time zone

mbruzaca

New Member
Joined
Jun 8, 2012
Messages
93
Reaction score
1
Location
Brazil
Hello!

I live in Brazil and the time of my website is set to Europe (4 hours of difference), how can I change that? The computer hours is already set to Brazil.

I'm using Uniserver + GESIOR.

I really need this!
 
Add this to the top of your index.php (right below the <?php part).
PHP:
date_default_timezone_set('America/Sao_Paulo');
 
Back
Top