I have Entity class A which has this timestamp type field say "startTime". I want to filter records on the basis of "startTime".
I tried this way :
filter=startTime:GTE:ts'2021-12-10T10:00:00:000Z' - Here startTime corresponds to Timestamp field in MY SQL
filter=startTime:GTE:ts'10:00:00' - Here startTime corresponds to Time field in MY SQL
Although I am not getting any error as such but looks like this filter is getting ignored while fetching the data.
Kindly help me to understand how to pass the time and timestamp fields in the request query
I have Entity class A which has this timestamp type field say "startTime". I want to filter records on the basis of "startTime".
I tried this way :
filter=startTime:GTE:ts'2021-12-10T10:00:00:000Z' - Here startTime corresponds to Timestamp field in MY SQL
filter=startTime:GTE:ts'10:00:00' - Here startTime corresponds to Time field in MY SQL
Although I am not getting any error as such but looks like this filter is getting ignored while fetching the data.
Kindly help me to understand how to pass the time and timestamp fields in the request query