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
Whenever data is displayed in the datahub feature scan through the data of and serialized types. Then convert this data back into it regular format. i.e.
{"__deserializedType":"Date","__isSerializedType":true,"value":"2024-12-16T00:00:00.000Z"} becomes 2024-12-16 or 2024-12-16T00:00 instead.
Estimated Difficulty
Medium
Priority
Medium
The text was updated successfully, but these errors were encountered:
Current Implementation and Limitations
Currently the data hub will display date, set data as its deserialized format within the data hub table. For example:
{"__deserializedType":"Date","__isSerializedType":true,"value":"2024-12-16T00:00:00.000Z"}
Associated Application Components
Client
Proposed Solution
Whenever data is displayed in the datahub feature scan through the data of and serialized types. Then convert this data back into it regular format. i.e.
{"__deserializedType":"Date","__isSerializedType":true,"value":"2024-12-16T00:00:00.000Z"} becomes 2024-12-16 or 2024-12-16T00:00 instead.
Estimated Difficulty
Medium
Priority
Medium
The text was updated successfully, but these errors were encountered: