how to set time_zone in php [solve] joomla ,cakephp,codeingiter ,core php

ini_set('date.timezone', 'Asia/Calcatta'); or
date_default_timezone_set( 'Asia/Calcatta')

Comments

Popular posts from this blog

Attempting to understand handling regular expressions with php