diff --git a/ayanova/src/components/date-time-control.vue b/ayanova/src/components/date-time-control.vue index 9304e788..3b0f4aeb 100644 --- a/ayanova/src/components/date-time-control.vue +++ b/ayanova/src/components/date-time-control.vue @@ -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 } } }