@eo-sdk/client 10.2.0-rc.1 → 10.2.0

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.
@@ -2158,7 +2158,7 @@ class SystemService {
2158
2158
  break;
2159
2159
  }
2160
2160
  case 'CURRENT_DATE': {
2161
- defaultValue = moment().startOf('day').toDate();
2161
+ defaultValue = moment().startOf('day').format('yyyy-MM-DD');
2162
2162
  break;
2163
2163
  }
2164
2164
  case 'YEAR': {