Overview of Temporal data types in the Neo4j Python Driver
6.xTemporal data types are managed by the neo4j.time module. These types are compliant with ISO-8601 and Cypher, providing nanosecond precision for sub-second values. They are designed to be used with pytz for timezone handling.
Important Compatibility Note:
The temporal types are specifically designed to work with pytz. Other datetime.tzinfo implementations, such as datetime.timezone, zoneinfo, or dateutil.tz, are not supported and may not function correctly.