Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
function timeToIsoString
import { timeToIsoString } from "https://deno.land/x/neo4j_lite_client@4.4.6/core/internal/temporal-util.ts";

Formats given time to an ISO 8601 string.

Parameters

hour: NumberOrInteger | string

the hour value.

minute: NumberOrInteger | string

the minute value.

second: NumberOrInteger | string

the second value.

nanosecond: NumberOrInteger | string

the nanosecond value.

Returns

string

ISO string that represents given time.