Answers for "timezone_open php"

PHP
9

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
0

default php timezone to newyork

date_default_timezone_set("America/New_York");
Posted by: Guest on January-28-2022

Browse Popular Code Answers by Language