This commit is contained in:
2020-02-06 23:50:47 +00:00
parent 6ac4bf58fe
commit c7daec159a

View File

@@ -217,14 +217,6 @@ export default {
this.dateOnly + "T" + value,
this.timeZoneName
);
// //https://moment.github.io/luxon/docs/manual/zones.html#creating-datetimes-in-a-zone
// //parse in the time in the currently used timezone
// this.date = window.$gz.DateTime.fromISO(this.dateOnly + "T" + value, {
// zone: this.timeZoneName
// })
// .setZone("utc") //convert to UTC
// .toISO(); //output as ISO 8601
}
}
}