Answers for "php convert date to current timezone"

PHP
8

php change timezone

date_default_timezone_set('America/Los_Angeles');
Posted by: Guest on March-20-2020
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

Code answers related to "php convert date to current timezone"

Browse Popular Code Answers by Language