Answers for "can you set the default timezone in the constructir php"

PHP
6

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

Code answers related to "can you set the default timezone in the constructir php"

Browse Popular Code Answers by Language