gost / server

GOST - Go implementation of OGC SensorThings API
MIT License
61 stars 19 forks source link

Now() function not filtering #112

Closed bertt closed 7 years ago

bertt commented 7 years ago
$ curl http://localhost:8080/v1.0/Observations?$query=phenomenonTime gt now()

actual result: all observations selected expected: empty result

bertt commented 7 years ago

releated: mindatetime, maxdatetime, totaloffsetminutes, date, time functions?

bertt commented 7 years ago

http://localhost:8080/v1.0/Observations?$filter=phenomenonTime%20lt%20now() works?