Is this possible? I return the time that something was posted via PHP function from the database and adjust it based on timezone data selected in a drop down box with Javascript on the client side.
For example: The PHP would return 5:00 PM GMT as the time, and if they selected EST it would subtract 5 hours from the time automagically.
Addendum: I just need to be able to, using a value in a drop box, deduct a numeric value from the returned time variable and display it in the users browser.