Auto-substitution of dates in SDL Studio 2021 results in false positive errors

Studio 2021 has support for automatic conversion of dates to target language format.

For example, converting 29/03/18 to 2018-03-29. The problem is that Xbench flags each such auto-converted date as a numeric mismatch. I’ve been using QA Distiller previously and it did not have such problems.

Is there any chance this will be fixed in a future release?

The following checklist entry should help you find date mismatches in these formats:

Source: "<([0-9]+)=1/([0-9]+)=2/([0-9]+)=3>"
Target: "-<20@3/@2/@1>"

Search mode: Regular Expressions
PowerSearch: On.