一、执行标准 我拿到了我所说的任何价值的错误日期。 这里只是一个错误价值的例子。 我的所有测试数据均在联合材料中决定到5月24日(从现在起),但在C#,或使用快速在线转换工具,我的航空卫星管理系统是正确的。
任何想法?
function parseDate(epoch) {
var d = new Date();
//tried this too, but it shows me the actual epoch 1970 date instead
//var d = new Date(0);
//EDIT: this should be seconds in combination with Date(0)
d.setUTCMilliseconds(parseInt(epoch));
return d.toString();
}
// 1336423503 -> Should be Mon May 07 2012 13:45:03 GMT-7
// javascript says
Thu May 24 2012 05:03:21 GMT-0700 (Pacific Daylight Time)