Answers for "set the timezone php"

PHP
8

php change timezone

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

Php get all timezone

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

Browse Popular Code Answers by Language