I am new to this forum and learning.
I want to ask that how can I change my time in PHP? As the entries storing on MySQL are in a different timezone.
I have tried everything but no results.
For example:
SET SESSION time_zone = "-4:00";
htaccess #Adjust default time zone
SetEnv TZ America/Washington
even changing in select php version
I tried most of the options but nothing seems to work. I even tried contacting my hosting provider, he said no as it is shared hosting or he doesn't know how to do it.