When I give date in filter in updated parameter it will compare task updated date in server time zone? (compare UTC(-6:00) time zone date with UTC time zone date)
Server time zone:
I had changed server time zone UTC(+5:30:00)Indian Standard Time to System default and region time zone is UTC (-6:00) Central Standard Time.
When I apply filter (given updated date) on tasks it getting other tasks also which are not updated in given filter.
I had used this query to filter tasks:
/rest/api/2/search?jql=project="Project 1" AND (updated>"09-01-2022" AND updated<"28-01-2022")
I found task which updated date is 02-02-2022.
Please help me to clear this query.