Skip to content

Instantly share code, notes, and snippets.

@reactormade
Created August 22, 2012 12:41
Show Gist options
  • Save reactormade/3425196 to your computer and use it in GitHub Desktop.
Save reactormade/3425196 to your computer and use it in GitHub Desktop.
CodeIgniter default_timezone_set
if( ! ini_get('date.timezone') ):
date_default_timezone_set('America/Sao_Paulo');
endif;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment