@sumaris-net/ngx-components 2.6.4-rc2 → 2.6.4-rc3

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.
@@ -2754,7 +2754,7 @@ function fromDateISOString(value) {
2754
2754
  return DateUtils.markNoTime(dateOnly);
2755
2755
  }
2756
2756
  // Parse the input value, as a ISO date time
2757
- const date = DateUtils.moment(value, DATE_ISO_PATTERN, true);
2757
+ const date = DateUtils.moment(value, DATE_ISO_PATTERN);
2758
2758
  if (date.isValid())
2759
2759
  return date;
2760
2760
  // Not valid: trying to convert from unix timestamp