Neodriver_core.TemporalDate/Time/DateTime/Duration value types.
Temporal value types for the Neo4j driver.
See temporal.ml for the implementation. Named time zones are resolved through the IANA time zone database embedded in Timedesc (timedesc-tzdb, 1970-2040); unknown zones fall back to opaque handling (None).
module Date : sig ... endA time of day as nanoseconds since midnight, with an optional UTC offset in seconds.
module Time : sig ... endA duration with independent months, days, seconds and nanoseconds.
module Duration : sig ... endA point in time as UTC epoch seconds + sub-second nanoseconds, with an optional time zone. Named zones are handled opaquely.
module DateTime : sig ... end