get local system timezone php code example
Example 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
Example 2: php get current datetime mysql format
date('Y-m-d H:i:s');