You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Copy Cell Unformatted" on a datetime column should provide a complete datetime (e.g. 2022-06-14T15:08:13.000000000 <zone>), instead of the time offset in nanoseconds. The time offset in nanoseconds is fairly useless.
The text was updated successfully, but these errors were encountered:
- Instead of copying the numeric value in nanoseconds of the date, copy it as a full date string
- Tested with a date column, changing time zones, and copying values. The date was correct and time zone was included correctly. Also tested non-date columns still copied as intended.
- Fixesdeephaven#919
- Instead of copying the numeric value in nanoseconds of the date, copy it as a full date string with 'T' separator
- Tested with a date column, changing time zones, and copying values. The date was correct and time zone was included correctly. Also tested non-date columns still copied as intended.
- Fixes#919
Pulled from #614.
"Copy Cell Unformatted" on a datetime column should provide a complete datetime (e.g.
2022-06-14T15:08:13.000000000 <zone>
), instead of the time offset in nanoseconds. The time offset in nanoseconds is fairly useless.The text was updated successfully, but these errors were encountered: