I want to implement time zone conversion within SQL Server 2012. However, TimeZoneInfo is marked with the MayLeakOnAbort attribute. This causes a runtime
I know the question was how to use TimeZoneInfo in a SQLCLR context, but thought I'd just add that while TimeZoneInfo is not supported (as @MattJohnson wrote elegantly), TimeZone is still available for use without the need to make the assembly unsafe.