You're close. The problem is in this line: var nd = new Date(utc + (3600000*offset));. The offset given by the Json appears to be in seconds; ...
確定! 回上一頁