Hi Cyrillee,
Thanks for reporting this issue.
I can see the date string it is trying to parse at the bottom of the screenshot is "11/Sep/2025:00:00:14 +0800". In this case, the target date does not have a millisecond component. I was able to parse that timestamp successfully with:
dd/MMM/yyyy:HH:mm:ss zzzz
I did try changing the month to August while using the date format suggested in your screenshot, but I was not able to recreate the issue. Both August and September were failing.
Hope that helps,
Toby