@helpwave/hightide 0.8.9 → 0.8.10
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/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -14665,7 +14665,7 @@ var toInputString = (date, format) => {
|
|
|
14665
14665
|
case "time":
|
|
14666
14666
|
return date.toISOString().split("T")[1].split("Z")[0];
|
|
14667
14667
|
case "dateTime":
|
|
14668
|
-
return date.toISOString();
|
|
14668
|
+
return date.toISOString().split("Z")[0];
|
|
14669
14669
|
}
|
|
14670
14670
|
};
|
|
14671
14671
|
var DateUtils = {
|