indicator-ui 0.0.202 → 0.0.203
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.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6221,7 +6221,7 @@ function saveFormatDate(date, { from, to, errorNull, locale = date_fns_locale__W
|
|
|
6221
6221
|
if (to === 'iso-8601' || to == null) {
|
|
6222
6222
|
return parsedDate.toISOString();
|
|
6223
6223
|
}
|
|
6224
|
-
return (0,date_fns_tz__WEBPACK_IMPORTED_MODULE_0__.format)(parsedDate, to, { locale: locale
|
|
6224
|
+
return (0,date_fns_tz__WEBPACK_IMPORTED_MODULE_0__.format)(parsedDate, to, { locale: locale });
|
|
6225
6225
|
}
|
|
6226
6226
|
catch (e) {
|
|
6227
6227
|
console.warn(`Format Date: ${date}`, e);
|