TCT results of Alarm, Calendar and Time have not changed. They are 100%
Change-Id: I448e0c39d27b1795711509947a7cb4e37a756844
Signed-off-by: Andrzej Popowski <a.popowski@samsung.com>
if (!args.timezone)
throw new WebAPIException(WebAPIException.INVALID_VALUES_ERR);
- var d = new tizen.TZDate(new Date(this.date_.getTime()), args.timezone);
- return d.addDuration(new tizen.TimeDuration((getTimezoneOffset(args.timezone) * 1) +
- (getTimezoneOffset(this.timezone_) * -1)));
+
+ return new tizen.TZDate(new Date(this.date_.getTime()), args.timezone);
};
tizen.TZDate.prototype.toLocalTimezone = function() {