Steps to reproduce:
- Bind to a datasource where
System.DateTime
values contain milliseconds. - Create a look-up parameter, bind it the same datasource.
- Visualize the submitted value using this format string specifier:
{0:yyyy-MM-dd HH:mm:ss.fff}
Expected results:
2020-1-1 00:00:00.123
Current results:
2020-1-1 00:00:00.000