Is there a way in SQL Server to convert GMT time to a local time by designating a time zone. I do not want to convert to the antive time zone but identifya time zone to conver to. I believe GMDATE convert to GMT, I need to convert from GMT to local time given time zone (this needs to take into account whether daylight savings is applicable or not). Is this even possible? Is there another way?