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

Alias Temporal Types #1067

Open
JoshInnis opened this issue Dec 1, 2023 · 0 comments
Open

Alias Temporal Types #1067

JoshInnis opened this issue Dec 1, 2023 · 0 comments

Comments

@JoshInnis
Copy link
Contributor

JoshInnis commented Dec 1, 2023

The temporal instant types are:
— ZONED DATETIME
A material value of ZONED DATETIME is called a zoned datetime. A zoned datetime represents a
temporal instant capturing the date, the time, and the time zone displacement.
NOTE 90 — Equivalent to TIMESTAMP WITH TIME ZONE with nanosecond precision in SQL.
— LOCAL DATETIME
A material value of LOCAL DATETIME is called a local datetime. A local datetime represents a tem�poral instant capturing the date and the time, but not the time zone displacement.
NOTE 91 — Equivalent to TIMESTAMP WITHOUT TIME ZONE with nanosecond precision in SQL.
— DATE
A material value of DATE is called a date. A date represents a temporal instant capturing the date,
but not the time, nor the time zone displacement.
NOTE 92 — Equivalent to DATE in SQL.
— ZONED TIME
A material value of ZONED TIME is called a zoned time. A zoned time represents a temporal instant
capturing the time of day and the time zone displacement, but not the date.
NOTE 93 — Equivalent to TIME WITH TIME ZONE with nanosecond precision in SQL.
— LOCAL TIME
A material value of LOCAL TIME is called a local time. A local time represents a temporal instant
capturing the time of day, but not the date, nor the time zone displacement.
NOTE 94 — Equivalent to TIME WITHOUT TIME ZONE with nanosecond precision in SQL.
A datetime is either a zoned datetime or a local datetime and a time is either a zoned time or a local time

--- DURATION
Interval Alias

@JoshInnis JoshInnis self-assigned this Dec 1, 2023
@JoshInnis JoshInnis converted this from a draft issue Dec 1, 2023
@JoshInnis JoshInnis modified the milestones: Datatype Expansion, GQL Conformance Dec 1, 2023
@JoshInnis JoshInnis removed this from the GQL Conformance milestone May 22, 2024
@github-project-automation github-project-automation bot moved this from 🆕 New to ✅ Done in GQL Conformance May 22, 2024
@JoshInnis JoshInnis reopened this Sep 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Status: ✅ Done
Development

No branches or pull requests

1 participant