Proper syntax for filtering Added_Time in the URL using functionality-based URLs

Proper syntax for filtering Added_Time in the URL using functionality-based URLs

I haver intermediate knowledge of functionality-based URLs. I say that because when I use them, it is never straight forward with me. Sometimes it works first try, and sometimes I spend hours exploring to find the proper syntax.

link to operators: https://help.zoho.com/portal/en/kb/creator/developer-guide/others/url-patterns/articles/functionality-based-urls#List_of_operators_and_their_constants

The issue I am having now is properly filtering a report based on Added_Time using URL parameters.
Yes, the Added_Time field has been added to the report.
I have tried everything I know:
/#Report:<report_name>?Added_Time=01-01-2025%2008:20:00
/#Report:<report_name>?Added_Time=%2701-01-2025%2008:20:00%27&Added_Time_op=21
/#Report:<report_name>?Added_Time='01-01-2025'&Added_Time_op=21
/#Report:<report_name>?Added_Time=%2701-01-2025%2008:20:00%27&Added_Time_op=21
/#Report:<report_name>?Added%20Time=01-01-2025%2008:20:00
/#Report:<report_name>?Added%20Time=%2701-01-2025%2008:20:00%27&Added_Time_op=21
/#Report:<report_name>?Added%20Time='01-01-2025'&Added_Time_op=21
/#Report:<report_name>?Added%20Time=%2701-01-2025%2008:20:00%27&Added_Time_op=21

I even tried filtering based on a simpler Date field instead of a Date-Time field and I still couldn't get it to filter, no matter what syntaxI put it in.

Does anyone know how to properly do this? And yes, I do NEED to use the functionaility-based URL for this project.