Steps to Reproduce
-
Go to Control Panel > Feature Flags and enable LPD-34594 and LPS-164563 feature flag
-
Go to Control Panel > Object: Objects and add a object
-
Edit the object and add a field(e.g. “Date” field)
-
Go to Control Panel > Object: Data Sets
-
Add a data set using the object added in step2
-
Go to “Visualization Modes: Table” tab and check “dateCreated“ and “dateModified“ and save
-
Add the object to any page
-
Add Data Set fragment and set the object added in step2 to “Data Set View”
-
Add a object item
Actual result
The date displayed in the “Data Set” fragment is displayed in GMT.
Request
The time is displayed offset according to the user’s “Display Settings”.



Did you tried https://learn.liferay.com/w/dxp/development/customizing-liferays-look-and-feel/using-a-frontend-data-set-cell-renderer-client-extension?
– Priyank_Gajera