Back to Blog

How to change timezone in php website

Alpesh
June 30, 2014
9 min read
Hello Everyone, Sometime we need to change timezone in website to apply some condition on time base . If it is Indian website then we can set time zone to India as per below. To change time zone for website you need to add two line code in site, it is as below: $timezone=’Asia/Calcutta’; Date_default_timezone_set($timezone);   By writing above line your website time is as per calcutta time. Some timezone  as below: -> Asia/Calcutta ->America/New_York ->Australia/North ->Australia/Perth   hope  it helps... Coreway Solution
Previous Blog

connect with external database in joomla

Next Blog

How to create SEO Friendly WordPress Site

Share this article

Related Articles

View All

Need Help?

Get expert assistance with your project and technology needs.

Contact Us