I am a bit confused with this, i know the code gives me the time difference from GMT, but for which city or country? How do i get the time difference between gmt and the time in Kabul Afghanistan.
            var now = new Date();
            alert(now.getTimezoneOffset());
 
     
     
    