Skip to content

Commit

Permalink
allow guessing time zone
Browse files Browse the repository at this point in the history
  • Loading branch information
Phiber2000 committed Jun 15, 2016
1 parent 8694cae commit d3763ee
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions bin/vimbtool.php
Expand Up @@ -5,11 +5,7 @@
* CLI script
*/

// Set UTC time zone if none set in cli php.ini
if(!ini_get('date.timezone')) {
date_default_timezone_set('UTC');
}

date_default_timezone_set(@date_default_timezone_get());
require_once( dirname( __FILE__ ) . '/../vendor/autoload.php' );
require_once( dirname( __FILE__ ) . '/utils.inc' );
//define( 'APPLICATION_ENV', scriptutils_get_application_env() );
Expand Down

0 comments on commit d3763ee

Please sign in to comment.