Today we had a scenario where the file generated the day before had bad (or stale) data in it. Support was reached and they "generated" an updated file. We use the python example (https://github.com/LSEG-API-Samples/Example.TM3.RDP.Python.Workflow/blob/main/TM3_CFS.ipynb) for pulling the files and we pass midnight UTC of the current day for the modifiedSince parameter. For example we were using 2026-09-11 00:00:00+00:00 today. However, that did not pull any files that had been "regenerated" by the support rep. It wasn't until we moved the modifiedSince back to 2026-09-10 00:00:00+00:00 (yesterday midnight), that the updates files were pulled.
Is this expected behavior?