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

Unpack date time with zone id value using the given unpacker.

Parameters

unpacker

the unpacker to use.

structSize

the retrieved struct size.

buffer

the buffer to unpack from.

disableLosslessIntegers

if integer properties in the result date-time should be native JS numbers.

useBigInt