Hi, is possible to make an arithmetic operation with hours, for example:
8:00 (am) + 3 = 11:00 (am)
17:30 (pm) - 11:00 (am) = 6:30
Thanks
Claudio Hernández
Sure, for the first case is's possible using the move date operator. It is perfect to adjust time zones as depicted below. The second case calculates durations - this as been asked before.