Currently I have a dashboard Report Input Control Box that triggers a dashboard Device:Export Losant API process with 3 options for ‘back in time’ reporting (in ms) : 24 hrs, 7 days and 30 days
The report is sent to an e-mail, looks great - but the actual HOUR in the ISO Date is ‘off’ by 5 hours (I’m assuming is a Time Zone issue as I’m in GMT-5)
I tried various things, looked for solutions on the Forums, including adding a 5hr difference/Time Zone option in the dashboard box
But I just end up actually offsetting not just the HOUR but ALL data by 5 HOURS since the problem here is just the HOUR ‘stamp’, not the whole data. I can ‘fix’ this in the final CSV/XLS VBA report, but was wondering if I’m missing something or if there’s a way to do it right out of the platform which would be best. All suggestions are welcomed. Thanks,