Hi all, thanks in advance for reading.
We have the fairly standard day formula implemented in our Airtable:
IF({Live Date}=BLANK(),"", DATETIME_FORMAT({Live Date},‘ddd’))
However, for just one week, if the time is before 1AM on Live Date, it appears as the day before.
I’m aware a standard fix for this is overriding time zones however that won’t work for us - we’re a global team so the localised time displays are vital, especially as we work in publishing.
So, I’m kind of stumped. Any ideas?