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