I tried everything could possibly think of to do this and have spent hours trying to figure it out..
I'm trying to take this timestamp: 2011-03-23 00:43:07 which is in GMT zimezone
and convert it to a Date that is in my timezone which is 4 hours later.
1. It has to be dynamic -- If I move to a different location (say one that is only 2 hours later), I shouldn't have to change the code.
2. I need to be able to get the ms time difference between then and now.
I did write something that's giving me a total headache, but I wont post it unless no one has a easy, strait way they can show me.