もともとの時間
original:Date = new date(now)
イギリス時間(-13時間)を求めたいのですが・・
いい方法はないでしょうか?

JSTDate = new Date(now);

GBdate:Date = new Date();
GBdate:Date.setHours(props.JSTDate.getHours() + 2);

としたら以下の警告がでてきました。

var Date: DateConstructor
Enables basic storage and retrieval of dates and times.

Type 'Date' is missing the following properties from type 'DateConstructor': prototype, parse, UTC, nowts(2739)