Answers for "php time change timezone"

PHP
6

php change timezone

date_default_timezone_set('America/Los_Angeles');
Posted by: Guest on March-20-2020
8

php default timezone

date_default_timezone_set("Asia/Kolkata");
// List of Supported Timezones https://www.php.net/manual/en/timezones.php
Posted by: Guest on May-18-2020

Browse Popular Code Answers by Language