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

feat: Support for datetimeoffset data type #31

Open
BuzzCutNorman opened this issue Mar 7, 2023 · 1 comment
Open

feat: Support for datetimeoffset data type #31

BuzzCutNorman opened this issue Mar 7, 2023 · 1 comment

Comments

@BuzzCutNorman
Copy link
Owner

BuzzCutNorman commented Mar 7, 2023

Defines a date that is combined with a time of a day based on a 24-hour clock like datetime2, and adds time zone awareness based on UTC (Universal Time Coordinate or Greenwich Mean Time).

https://learn.microsoft.com/en-us/sql/t-sql/data-types/datetimeoffset-transact-sql?view=sql-server-ver16

https://docs.sqlalchemy.org/en/14/dialects/mssql.html#sqlalchemy.dialects.mssql.DATETIMEOFFSET

@BuzzCutNorman
Copy link
Owner Author

After doing some research I think this is actually the built in JSON Schema string format of "date-time"
"format": "date-time"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant