Time Zones in Export Data Store Entity to Excel

Hello,

 

We are using the "Export Data Store Entity to Excel" smart service.  Our datetime values in the database are all saved as GMT, but when we export to Excel, we want the users to see the datetimes in their local timezone.  In the queryEntity within this smart service, is it possible to query the datetimes and have them appear in the Excel as the users' local times?  The only information we have on the user is the username who started the process.

 

Thank you!

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    This illustrates my big issue with the EDSEtE smart service and the recent unannounced deprecation/removal of the Export CDT to Excel smart service from the Excel Tools plug-in: we are left with basically no way by which to transform data in-process between database querying and writing to the Excel file. Another good example of a need for this is displaying a user's full name when the DB holds only their username, etc - there's no way to necessarily do that via a DB view, and no workarounds that don't get pretty silly pretty quickly.

Reply
  • 0
    Certified Lead Developer

    This illustrates my big issue with the EDSEtE smart service and the recent unannounced deprecation/removal of the Export CDT to Excel smart service from the Excel Tools plug-in: we are left with basically no way by which to transform data in-process between database querying and writing to the Excel file. Another good example of a need for this is displaying a user's full name when the DB holds only their username, etc - there's no way to necessarily do that via a DB view, and no workarounds that don't get pretty silly pretty quickly.

Children