I have a column that stores last runtime of an OBIEE agent in GMT. I am in EST (New York time). I would like to change the times stored in the last runtime column to EST taking into account daylight savings time. I used this formula to change the time from GMT to EST
TIMESTAMPADD(SQL_TSI_HOUR, -5, "Jobs"."Last Runtime Ts")
I need help with the daylight time savings piece if anyone has come across such a challenge.
