Hi!
when I generate an excel file via aspose all datetime fields are represented as a double value in excel => change format and now it’s a datetime field. all good.
PROBLEM:
The datetime field with the changed format in EXCEL has UTC timezone but I want to get the datetime field in local timezone => php server. respectively the local time of the user logged in the SUGAR CRM instance.
Is there any way to do this?
thanks in advance!!