ng-admin-postgrest icon indicating copy to clipboard operation
ng-admin-postgrest copied to clipboard

Javascript date format not recognized by PostgRest in filters

Open lstep opened this issue 8 years ago • 0 comments

In a filter, the date format is not recognized as such:

GET http://localhost:6767/foobar?order=id.desc&stamp_inserted=eq.Mon+Feb+08+2016+03:00:00+GMT%2B0100+(CET)

In PostgreSQL, the field is a timestamp, but that format is not recognized.

lstep avatar Feb 08 '16 12:02 lstep