So I have in the DB a timestamp like this: 2016-03-31 21:10:15
this get's set in db to the server timezonedate_default_timezone_set("America/Los_Angeles");
Now when I list the data I need to convert this to a user timezone which I have stored somewhere else, is there a way to convert this and display it in a different timezone?
So if it was 5:00 PM for "America/Los_Angeles" I need to convert this to New_York for eg and show that time but for New_York timezone, I guess you know what I mean.