78798081828384
throw new IOException("invalid length"); } long micros = buffer.readLong(); return new AmbiguousInstant(Instant.Type.Time, micros); }
107108109110111112113
micros += PG_JAVA_EPOCH_DIFF_MICROS; if (zone != null) return new PreciseInstant(Instant.Type.Timestamp, micros, zone); else return new AmbiguousInstant(Instant.Type.Timestamp, micros); }
87888990919293
return PastInfiniteInstant.INSTANCE; } long micros = toJavaMicros(daysPg); return new AmbiguousInstant(Instant.Type.Date, micros); }