I have a time field (LaborHed.ClockInTime) that in Epicor server (the ERP I'm using) has 1 hour difference from my local time. My local time zone is UTC (Dublin, Edinburgh, Lisbon, London). I don't know how to convert the Epicor server time zone to my local time zone.
I tried this code (but it doesn't work)
ShiftDateTime (cdate({BAQReportResult.LaborHed.ClockInTime}),"UTC,0", "")
What I'm doing wrong?
If it's for a print field, increase the hour in the formula. Otherwise, this will use the current user time zone:
To enforce a timezone, such as British summer time, use the following: