Anyone got a function that will return a bool, depending on if Eastern time is currently on Daylight Savings time?
I need to convert EST to GMT, but the offset differs by an hour depending on if we are on Daylight Savings Time or not.
GMT_OFFSET = 5
IncidentTime = dateAdd("h", GMT_OFFSET, TIME)
Muchos Gracias
I need to convert EST to GMT, but the offset differs by an hour depending on if we are on Daylight Savings Time or not.
GMT_OFFSET = 5
IncidentTime = dateAdd("h", GMT_OFFSET, TIME)
Muchos Gracias