What is the best approach to add or subtract timezone differences to the targetTime
variable below. The GMT timezone values comes from the DB in this format: 1.00
for London time, -8.00
for Pacific time and so on.
Code looks like this:
date = "September 21, 2011 00:00:00";
targetTime = new Date(date);