autoql-fe-utils 1.11.22 → 1.11.23
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.global.js +1 -1
- package/dist/index.global.js.map +1 -1
- 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.global.js
CHANGED
|
@@ -15283,7 +15283,7 @@
|
|
|
15283
15283
|
if (/^\d{4}-\d{2}-\d{2}$/.test(dateString)) {
|
|
15284
15284
|
return false;
|
|
15285
15285
|
}
|
|
15286
|
-
if (/^\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}(\.\d{
|
|
15286
|
+
if (/^\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}(\.\d+)?([+-]\d{2}(:\d{2})?|Z)?$/.test(dateString)) {
|
|
15287
15287
|
return true;
|
|
15288
15288
|
}
|
|
15289
15289
|
if (/\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}Z/.test(dateString)) {
|