MCPcopy Create free account
hub / github.com/bendrucker/postgres-interval / toISOString

Method toISOString

index.d.ts:51–51  ·  view source on GitHub ↗

* Returns an [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601#Durations) compliant string, for example P0Y0M0DT0H9M0S. * * Also available as toISO toISO for backwards compatibility. * * ```js * var parse = require('postgres-interval') * var interval = parse('01

()

Source from the content-addressed store, hash-verified

49 * ```
50 */
51 toISOString(): string;
52 /**
53 * Returns an [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601#Durations) compliant string shortened to minimum length, for example `PT9M`.
54 *

Callers 1

test.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected