Skip to content

Commit

Permalink
adds timezone config
Browse files Browse the repository at this point in the history
  • Loading branch information
LaercioSantana committed Dec 2, 2016
1 parent 7d7fffb commit 9bf01ce
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions application/config/config.example.php
Original file line number Diff line number Diff line change
Expand Up @@ -519,3 +519,9 @@
$BusTrackerConfig["CRYPT_KEY"] = "mysecretcryptkey";
$BusTrackerConfig["SALT_USER_PASSWORD"] = "mysalt";
$BusTrackerConfig["GOOGLE_SERVER_KEY"] = "AIza...w4";

/*
* Change timezone, suported timezones: http://php.net/manual/pt_BR/timezones.php
* http://php.net/manual/pt_BR/timezones.php
*/
date_default_timezone_set('America/Fortaleza');

0 comments on commit 9bf01ce

Please sign in to comment.