![]() | 1 | initial version |
Glen,
When I look at what I assume are your search requests in our RETS logs this is what I am seeing:
(L_UpdateDate=2016-11-01T00:00:00 )
(L_UpdateDate=2016-11-01T00:24:00 )
(L_UpdateDate=2016-11-10T00:24:00 )
(L_UpdateDate=2016-11-10T00:24:00)
(L_UpdateDate=2016-11-15T00:00:00 )
(L_UpdateDate=2016-11-15T00:24:00 )
(L_UpdateDate=2016-11-15T00:24:00)
(L_UpdateDate=2016-11-16T00:24:00 )
(L_UpdateDate=2016-11-16T00:24:00)
It looks like you are not URL encoding the + sign so it is just coming across as a space.
![]() | 2 | No.2 Revision |
Glen,
When I look at what I assume are your search requests in our RETS logs this is what I am seeing:
(L_UpdateDate=2016-11-01T00:00:00 )
(L_UpdateDate=2016-11-01T00:24:00 )
(L_UpdateDate=2016-11-10T00:24:00 )
(L_UpdateDate=2016-11-10T00:24:00)
(L_UpdateDate=2016-11-15T00:00:00 )
(L_UpdateDate=2016-11-15T00:24:00 )
(L_UpdateDate=2016-11-15T00:24:00)
(L_UpdateDate=2016-11-16T00:24:00 )
(L_UpdateDate=2016-11-16T00:24:00)
It looks like you are not URL encoding the + sign so it is just coming across as a space.
Also our DATETIME values are in UTC.
![]() | 3 | No.3 Revision |
Glen,
When I look at what I assume are your search requests in our RETS logs this is what I am seeing:
(L_UpdateDate=2016-11-01T00:00:00 )
(L_UpdateDate=2016-11-01T00:24:00 )
(L_UpdateDate=2016-11-10T00:24:00 )
(L_UpdateDate=2016-11-10T00:24:00)
(L_UpdateDate=2016-11-15T00:00:00 )
(L_UpdateDate=2016-11-15T00:24:00 )
(L_UpdateDate=2016-11-15T00:24:00)
(L_UpdateDate=2016-11-16T00:24:00 )
(L_UpdateDate=2016-11-16T00:24:00)
It looks like you are not URL encoding the + sign so it is just coming across as a space.
Also our DATETIME values are in UTC.
You may already know but there is a project in GitHub called PHRETS for PHP can make it easier to work with RETS.
"https://github.com/troydavisson/PHRETS"