This commit is contained in:
2021-02-02 22:33:26 +00:00
parent 6c55c47864
commit dcc0731812
2 changed files with 5 additions and 20 deletions

View File

@@ -209,25 +209,6 @@ export default {
let ret = window.$gz.DateTime.local()
.setZone(timeZoneName)
.toString();
console.log("clientlocatimeblahblah", ret);
// let l = new Date();
// //DateTime.fromISO("2017-05-15T09:10:23", { zone: "Europe/Paris" });
// let ret = window.$gz.DateTime.fromObject({
// zone: timeZoneName,
// year: l.getFullYear(),
// month: l.getMonth() + 1,
// day: l.getDate(),
// hour: l.getHours(),
// minute: l.getMinutes(),
// second: l.getSeconds(),
// millisecond: l.getMilliseconds()
// });
// console.log("clientLocalZoneTimeStamp", {
// zoneName: timeZoneName,
// ret: ret
// });
return ret;
},
///////////////////////////////////////////////