I have a sandbox charge transaction with timestamp 1707867016000 which converts to 2024-02-13 18:30:16.0.
However these requests yields no results.
/v1/charges?created.gte=2024-02-13T182810&created.lte=2024-02-13T183210 /v1/charges?created.gte=2024-02-13%20182810&created.lte=2024-02-13%20183210
Are these query string options formatted correctly?
Do I need to adjust the query string to use UTC time zone? I tried that without success.