SODA.NET icon indicating copy to clipboard operation
SODA.NET copied to clipboard

ISO8601 encode DateTime in SoqlQuery

Open thekaveman opened this issue 5 years ago • 0 comments

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 avatar May 07 '19 00:05 thekaveman