I have a date field by name Due Date. Another field by name Formula is a simple formula as follows:-
IF({Due Date} != "", {Due Date}, SET_TIMEZONE(TODAY(), 'America/Los_Angeles'))
Hence, if Due Date is empty, it simply sets the current date.
If Due Date is not empty, it somehow sets a day which is 1 day behind. I’ve no clue why this is happening.
I have verified that the "include same timezone (GMT)… " option is not checked in the Formula field.
Any help is really appreciated. I’m unable to add image/link to the post so can’t share the exact base. :frowning:
Thanks

