Date Range Copying Issue

Steps to Reproduce:

  1. Navigate to any table view containing a column with date ranges (from-to format)
  2. Select and copy a date range value from any cell
  3. Open any notes application or any text field
  4. Paste the copied date range value

Actual Result: The pasted value displays an incorrect end date. I’ve copied Nov 18, 2024 → Nov 20, 2024 value but on pasting i have “2024-11-18 - 2024-11-21”, so the end date is wrong

Expected Result: The pasted value should match the exact date range as shown in the source table cell

It’s a side effect of this
https://the.fibery.io/@public/User_Guide/Guide/Date-Ranges-in-Formulas-42

But it should probably be fixed!