Is there a flag field or some other way to identify if the customer is in standard or daylight savings time? I have created a BQL expression for Pacific time using DateAdd which will work until 11/03/2024, when DST ends.
DateAdd(Hour,-7,NOW)
Ideally I would like to avoid having to edit the expression whenever the time changes.
Please and thank you,
Lisa