I've xampp installed on my Local PC.
But I've a Problem in my Timezone. PHP date shows my Date & Time 02/11/2018 05:26:18
. but my PC Time is 02/11/2018 09:26:18
. My Timezone is Asia/Karachi. I've Changed My Timezone in php.ini and My Timezone in php.ini Look like this
[Date]
; Defines the default timezone used by the date functions
; http://php.net/date.timezone
date.timezone = "Asia/Karachi"
I've also changed the right php.ini file according to phpinfo.
I've restarted my Server many times but still getting the same timezone .
My PHP version is 7.1.10
In my case, it is in line 1972 under `[ffi]` block – José Mauricci Z. Sep 16 '20 at 00:12