How can I convert a string:
Mon, 28 Jul 2014 09:33:44 GMT
to PST? using angular JS (preferable) or rather javascript.
I went through other thread but didn't find any to the point/complete/crisp solution. People say we should not handle date/time zone myself, so is it mandatory to use some existing lib? if so suggest some good lib and its implementation.