Suppose I have a "10:59" String in GMT time zone. How shall I convert it to the local time zone of the current system, having this getTimezoneOffset(); method of java script predifined Date Object? Has anyone a good link considering all aspects of time zone in javascript ?
|