I have a database with a UTC date. I have converted it to GMT format (i.e. 4/12/2010 5:30:18PM). I'm using the following ShiftDate formula to convert the GMT to Eastern time.
ShiftDateTime ({@dateutc}, "UTC,000,UTC", "EST,300,EDT")
It works but it's not taking into account Daylight Saving Time. Daylight Saving Time started this year on March 14, and I have data before and after this date. The records before March 14 are converting correctly, but not the ones after.
Any suggestions on what I may be doing wrong?
ShiftDateTime ({@dateutc}, "UTC,000,UTC", "EST,300,EDT")
It works but it's not taking into account Daylight Saving Time. Daylight Saving Time started this year on March 14, and I have data before and after this date. The records before March 14 are converting correctly, but not the ones after.
Any suggestions on what I may be doing wrong?