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

support timezone without a colon (:) character #13

Open
bxparks opened this issue Aug 17, 2018 · 0 comments
Open

support timezone without a colon (:) character #13

bxparks opened this issue Aug 17, 2018 · 0 comments

Comments

@bxparks
Copy link
Owner

bxparks commented Aug 17, 2018

Currently, the optional timezone indicator on a TIMESTAMP field is expected to contain a colon (:) character. For example:
2017-05-22 12:33:01-07:30

However, ISO8601 allows a timezone format without the colon character, like this:
2017-05-22 12:33:01-0730

I have not needed this feature yet, but this should be easy to add if someone needs it.

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