Hi
on my site I need to know what timezone people are from to display messages to them at the right times.
So I am not too sure what to be searching for a tutorial how to do this.
So what I am planning to do is a user will come to my site and they will set their timezone by selecting in from a drop down list. I will store their settings in my database and use it to calculate the times.
So I am not sure what I need.
Like what should be my database time be storing? I read somewhere it should be UTC? So how do I set my db to do this?(Also I will be on a shared hosting site so it has to be set in a way that I can do it? maybe webconfig?).
Next I would need a list of all the timezones either has a html helpr or regular html. I really don't want to make one.
Then like I said I need a tutorial showing me what to do. I think it is adding and subtracting stuff from that time? But I could be wrong though.
Thanks