I have 2 tables … both have the same fields for calculating the expected return time for a rental, based on the OUT AT date/time and a DURATION field. A third field ESTIMATED RETURN is a formula field for calculating the return time.
The formula is: DATEADD({OUT AT}, RIGHT(DURATION,4),‘minutes’)
The DURATION field is ‘1 H-0060’ as example for one hour duration, and works perfectly in Table 1.
But Table 2 does not. Everything is exactly the same, including the formula and field types for ‘OUT AT’ which is a DATE field with the Include Time option turned on. DURATION is a single select.
Table 2 calculates the value but is off by the number of timezones to GMT. I am baffled unless this is a bug. Any help or suggestions would be appreciated, or if there is a better way to calculate the return time. Thanks.