import * as neo4jLiteClient from "https://deno.land/x/neo4j_lite_client@4.4.6/core/internal/temporal-util.ts";
Functions
Assert that the day value is valid. | |
Assert that the hour value is valid. | |
Assert that the minute value is valid. | |
Assert that the month value is valid. | |
Assert that the nanosecond value is valid. | |
Assert that the second value is valid. | |
Assert that the year value is valid. | |
Converts given local date into a single integer representing it's epoch day. | |
Formats given date to an ISO 8601 string. | |
Format given duration to an ISO 8601 string. | |
Converts given local date time into a single integer representing this same time in epoch seconds UTC. | |
Converts given local time into a single integer representing this same time in nanoseconds of the day. | |
Formats given time to an ISO 8601 string. | |
Get the time zone offset in seconds from the given standard JavaScript date. | |
Formats given time zone offset in seconds to string representation like '±HH:MM', '±HH:MM:SS' or 'Z' for UTC. | |
Get the total number of nanoseconds from the milliseconds of the given standard JavaScript date and optional nanosecond part. |