Radzen DatePicker with Time enabled and AllowClear enabled does not work correctly

Using the Radzen DatePicker with Time enabled and with AllowClear="true" does not work as expected. When clicking the "Clear" button, the Date + Time is removed, but when selecting a new date or just pressing OK on the DatePicker a second time reverts the time to the previous selected time.

Repro steps:

  1. Create a DatePicker with Time enabled and AllowClear enabled
  2. Select a Date e.g. 17/10/2023 05:00
  3. Press clear (see that everything is reset)
  4. Press the same date as previous e.g. 17/10/2023 (see that the time reverts back to 05:00 when it should have stayed 00:00)

(This issue even happens on the demo page see GIF on imgur)