Hi, I've been trying to get my head around timezones and how to allow users to set their zone and update the times accordingly.
Basically, I have a unix timestamp in the database and i want to be able to update it to a users timezone which is also set in the database and display it as a readable date and time. This may of been answered but i couldn't find it in my 2 days of searching
I'd prefer to be given the actual code and not just linked to php documentation because that hasn't been much help to me.
Thanks in advance, Ryan