Jul 12, 2023 10:41 AM - edited Jul 12, 2023 10:59 AM
I have two Date fields. I need a third field that simply displays the date in the first field unless it's blank, then displays the date in the second field. Here is the formula I'm using:
IF({Dev End} = '', {Deadline}, {Dev End})
The formatting options for both Date fields and the Formula field are the same:
I'm having two problems. First, the output date in this new Formula field is coming back one day before where it should be. I assume I could just add a day to the result within the formula, but I'm not sure why this happens in the first place. I suspect they have to do with the Time Zone. If I display the time zone, I see GMT, but I can't seem to select my time zone (EDT) unless I also display the time. I'm not interested in the time.
The second problem is that I'm not able to use the Formula field as the end date in a Gantt view. I received the following error:
I assume this may also be because of the time zones.
Can I globally set the base to use EDT rather than GMT? Or is the fix here to turn "display time" on all of my Date fields and manually set them to my actual time zone instead of the default, GMT?
Solved! Go to Solution.
Jul 12, 2023 11:04 AM
I think I solved this... For the Formula field, I turned on "use the same time zone..." and set it to GMT. This is easier than manually setting all of my Date fields to my actual time zone. It seems like it would be nice to set a default time zone for an entire base rather than each Date field defaulting to GMT regardless of your location.
Jul 12, 2023 11:04 AM
I think I solved this... For the Formula field, I turned on "use the same time zone..." and set it to GMT. This is easier than manually setting all of my Date fields to my actual time zone. It seems like it would be nice to set a default time zone for an entire base rather than each Date field defaulting to GMT regardless of your location.