This commit is contained in:
@@ -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;
|
||||
},
|
||||
///////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user