Jump to content

Get country's time without depending upon the user's local time


watsmyname

Recommended Posts

my country has time +5:45 to GMT time. all i want is to display My country's time no matter from which corner of the world user browse my website. I have tried to used javascript getTimezoneOffset function but, it still depends upon my systems time. Is there anyway to achieve this without dependency on user's computer's system time??

 

thanks

all i want is to display My country's time no matter from which corner of the world user browse my website.

 

Then set php's timezone (date_default_timezone_set) accordingly and get the time from the server.

Thanks for the quick reply.

well i have been doing that but the problem is that it affected the event date, My website has an event, and the information about the event is based on US time. And US time and our time has much difference. Actually the site is developed for the citizen of our country who resides in US.  And all other stuffs has to be shown in US date and time. I just need a clock that shows our country's time.

 

Thanks again!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.