Function: isUtcIso()
function isUtcIso(value): boolean;
Defined in: packages/testing/src/rsp-conformance.ts:161
docs/00 §12: timestamps are UTC ISO-8601 with milliseconds and a Z.
Parameters
| Parameter | Type |
|---|---|
value | unknown |
Returns
boolean
function isUtcIso(value): boolean;
Defined in: packages/testing/src/rsp-conformance.ts:161
docs/00 §12: timestamps are UTC ISO-8601 with milliseconds and a Z.
| Parameter | Type |
|---|---|
value | unknown |
boolean