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

ISO8601 encode DateTime in SoqlQuery #77

Open
thekaveman opened this issue May 7, 2019 · 0 comments
Open

ISO8601 encode DateTime in SoqlQuery #77

thekaveman opened this issue May 7, 2019 · 0 comments
Labels
enhancement Work on new features/enhancements

Comments

@thekaveman
Copy link
Contributor

According to Socrata's docs their datatype Floating Timestamp must be encoded using ISO8601 with no timezone offset.

It would be nice if the pieces of SoqlQuery that might deal with DateTime parameters could format them correctly, automatically. E.g. SoqlQuery.Where(string format, params object[] args)

@thekaveman thekaveman added the enhancement Work on new features/enhancements label May 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Work on new features/enhancements
Projects
None yet
Development

No branches or pull requests

1 participant