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.