Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

161
Views
Neo4J returns datetime property of node as nested object

I'm using the node/typescript Neo4J driver to query for a time property on Neo4J nodes, input and displayed in the console as an ISO-8601 string.

const updateTime = neo4jresponse.map((j) => {
  return {
    updateTime: get(j.toObject(), 'a.properties.updatedAt'),
  };
});

It returns a nested object:

{
    "test1updatedAt": {
      "year": {
        "low": 2021,
        "high": 0
      },
      "month": {
        "low": 12,
        "high": 0
      },
      "day": {
        "low": 16,
        "high": 0
      },
      "hour": {
        "low": 15,
        "high": 0
      },
      "minute": {
        "low": 36,
        "high": 0
      },
      "second": {
        "low": 52,
        "high": 0
      },
      "nanosecond": {
        "low": 0,
        "high": 0
      },
      "timeZoneOffsetSeconds": {
        "low": 0,
        "high": 0
      }
    }
  }

I'm exploring the apoc.date library for returning the date back in an ISO-8601 string, but I can't seem to find a function that will return in the correct form. How do I return a time from Neo4J in ISO string?

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!