Answers for "get server time zone php"

PHP
1

php get timezone

echo date_default_timezone_get(); //UTC

//Read more at https://www.php.net/manual/en/function.date-default-timezone-get.php
Posted by: Guest on July-15-2020
0

Php get all timezone

$tzlist = DateTimeZone::listIdentifiers(DateTimeZone::ALL);
Posted by: Guest on March-09-2022

Browse Popular Code Answers by Language