Jan 14, 2010
Set Default Time Zone
Some of you may have faced the issue for converting timezone for displaying date and time.
Means suppose you want to display current time in India, than what will you do for that.
You might have added 5 hours and 30 minutes to the default time.
But there is already a functionality for that in PHP.
You can switch the timezone as per your requirement.
For example,
You get default time by
<?php echo...
read more
