SmartGWT Enterprise 13.0-p20231012
We're exporting data from a ListGrid using the exportData() function to an Excel document. We have a datetime field that displays and updates correctly on the screen, but exports in UTC. Is there a way to have the export match the request timezone like it does for display?
We're exporting data from a ListGrid using the exportData() function to an Excel document. We have a datetime field that displays and updates correctly on the screen, but exports in UTC. Is there a way to have the export match the request timezone like it does for display?
Comment