@steedos-widgets/sortable 3.6.2-beta.14 → 3.6.2-beta.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -60495,7 +60495,7 @@ async function convertSFieldToAmisField(field, readonly, ctx) {
60495
60495
  convertData = {
60496
60496
  type: getAmisStaticFieldType('datetime', readonly),
60497
60497
  inputFormat: 'YYYY-MM-DD HH:mm',
60498
- format: 'YYYY-MM-DDTHH:mm:ss.SSSZ',
60498
+ format: 'YYYY-MM-DDTHH:mm:00.000Z',
60499
60499
  tpl: readonly ? getDateTimeTpl(field) : null,
60500
60500
  utc: true,
60501
60501
  };