I am a newbie in WordPress and Web Development, so please bear with me.
I have a WordPress website which shows data of schedules and results of football matches every single day.
I use shortcodes produced by a plugin to present the data received from API in each pages of my website. And everything is presented nicely.
The problem is the time of the football matches showed in the website is static and purely based on my WordPress’ server time.
I want the visitors to see the time of the matches based on their own local time/timezone.
Is it possible to achieve this in PHP or JavaScript?
Any help would be greatly appreciated.