Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
function epochSecondAndNanoToLocalDateTime
import { epochSecondAndNanoToLocalDateTime } from "https://deno.land/x/neo4j_lite_client@4.4.6/bolt-connection/packstream/temporal-factory.js";

Converts given epoch second and nanosecond adjustment into a local date time object.

Parameters

epochSecond

the epoch second to use.

nano

the nanosecond to use.