@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.js
CHANGED
|
@@ -14909,7 +14909,7 @@ var toInputString = (date, format) => {
|
|
|
14909
14909
|
case "time":
|
|
14910
14910
|
return date.toISOString().split("T")[1].split("Z")[0];
|
|
14911
14911
|
case "dateTime":
|
|
14912
|
-
return date.toISOString();
|
|
14912
|
+
return date.toISOString().split("Z")[0];
|
|
14913
14913
|
}
|
|
14914
14914
|
};
|
|
14915
14915
|
var DateUtils = {
|