What is the actual filter datetime format?

Avatar image for skiguyusc
skiguyusc

43

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 1

#1  Edited By skiguyusc

Looking at /api/documentation, I notice that date/time filter parameters are defined like this:

Date filters: &filter=field:start value|end value (using datetime format)

But there doesn't seem to be any specification anywhere in the API documentation that actually defines exactly what the "datetime format" is.

Looking at some of the search results, it seems like the format might be similar to ISO 8601. E.g.:

2015-01-14 11:42:45

Is this the proper format? If so, what time zone is it defined as? This seems like something that would be great to add to the API documentation if possible.

Thanks!

Avatar image for thingtodo
thingtodo

2

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

Hi skiguyusc,

I'm sure you already figured it out, but I tried the format you suggested and that worked fine.

Like you, I hope it is added to the documentation though.