We have created a custom dashboard based on a data source live report and a webreport to format the data.
The dashboard shows details of workflows, and our main issue is with the timestamp shown in the smart view, which is 3 hours ahead of the time at the location of the activity. That happens because we are working with a PaaS database, so it only works with utc timezone, and we are in Brazil, GMT-3.
Basically, the data fetched from the database through the live report is correct when the 'Get date and time from client' option is checked in the admin console. But, when using the livereport to feed the WR with data, the offset does not work and the data seems to be collected raw from the DB.
We've added these tags in the header section, to use as a quick check to see if any solution works:
Change the line:
<TD class="foraDoPrazo"> [LL_REPTAG_2 DATE:"%d/%m/%Y %H:%M" /]</TD>
TO:
<TD class="foraDoPrazo"> [LL_REPTAG_2 TZOFFSET DATE:"%d/%m/%Y %H:%M" /]</TD>
in classic view the changes have taken effect, as seen below
After apply the changes, the dates disappear in a smart view
so these tags worked for classic view and didn't work for smart view, could someone help us solve this problem?
thanks for your support