Answers for "php show timezone instead of country name"

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 "php show timezone instead of country name"

Browse Popular Code Answers by Language