gqlalchemy icon indicating copy to clipboard operation
gqlalchemy copied to clipboard

Add ZonedDateTime data type to GQLAlchemy

Open matea16 opened this issue 7 months ago • 1 comments

Description

Added Zoned date time data type that Memgraph supports to GQLAlchemy.

Pull request type

  • [x] Feature

Related issues

Closes https://github.com/memgraph/gqlalchemy/issues/300

Checklist:

  • [ ] My code follows the style guidelines of this project
  • [ ] I have performed a self-review of my own code
  • [ ] I have made corresponding changes to the documentation
  • [ ] My changes generate no new warnings
  • [ ] I have added tests that prove my fix is effective or that my feature works
  • [ ] New and existing unit tests pass locally with my changes

######################################

Reviewer checklist (the reviewer checks this part)

  • [ ] Core feature implementation
  • [ ] Tests
  • [ ] Code documentation
  • [ ] Documentation on gqlalchemy/docs

######################################

matea16 avatar Jul 01 '24 10:07 matea16