(Note: Keep take backup of file before making any changes.)
Go to "php.ini" file and open in any editor.
Find below code
[Date] ; Defines the default timezone used by the date functions ; https://php.net/date.timezone date.timezone=Asia/Kolkata (Set your desired time zone)
Find below code in same php.ini file (at the end of file)
[Date] date.timezone=Asia/Kolkata (Set your desired time zone)
Do restart the WAMP/XAMPP Server.
Open "phpinfo.php" file & check "Default time zone".