tags:

views:

33

answers:

1

I have an online website portfolio and I want to put their the current time in our country and also I want to put the weather update there. If my clients browse it they will see the time in our country.

My question is:

What script should I used?

Example: I live in Philippines so thats GMT+08:00
Then, when someone browse my website from any country they will see the Philippine current time not their computer's time.

+1  A: 

Hi Jordan,

Load the time on client side that is through java script instead of server side. Then time will be displayed based on client side time zone.

--Sameer

sameer
Thank you. That's a very good idea. But the problem is, in some cities there will be a late or advance in the time. But I think that's okay.
Jordan Pagaduan