Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

invalid format for datetime #4487

Closed
HarrisChu opened this issue Aug 4, 2022 · 1 comment · Fixed by #4524
Closed

invalid format for datetime #4487

HarrisChu opened this issue Aug 4, 2022 · 1 comment · Fixed by #4524
Assignees
Labels
severity/major Severity of bug type/bug Type: something is unexpected
Milestone

Comments

@HarrisChu
Copy link
Contributor

(root@nebula) [sf100]> return datetime("1659602415")
+------------------------------+
| datetime("1659602415")       |
+------------------------------+
| -31249-01-01T00:00:00.000000 |
+------------------------------+
Got 1 rows (time spent 298/12422 us)

Thu, 04 Aug 2022 16:52:09 CST

we support datetime string, e.g. "2017-03-04T22:30:40.003000[Asia/Shanghai]"
and "1659602415" should be prevented.

@HarrisChu HarrisChu added the type/bug Type: something is unexpected label Aug 4, 2022
@Sophie-Xie Sophie-Xie added this to the v3.3.0 milestone Aug 4, 2022
@HarrisChu
Copy link
Contributor Author

in neo4j

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
severity/major Severity of bug type/bug Type: something is unexpected
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants