Hi everyone, apologies in advance if this issue has be covered. I did a bit of searching first and I was unable to find any info on it.
I was messing around with https://community.fibery.io/t/relative-time-task-planning-board/3261 and adding some of my own tweaks when I noticed that the time duration calculation for a date time range will calculate incorrectly if the selected date is the same as today. This issue also seems to affect the time zone conversion for formulas and automations. This is pretty easy to work around by adding an If(Day(Date) = Day(Today()), but it doesn’t seem like it should be working this way.
Calculation Error:
UTC Offset Error:
For context the “Tomorrow” column is calculated as Today() + Days(1) to show that the issue seems to be with Dates set to Today()