SQL Server function to deal with brazilian daylight saving. Convert dates from brazilian time zone to GMT and vice versa.
- Create and populate the auxiliar table BrazilianDaylightSaving (createTableBrazilianDaylightSaving.sql)
- Create the convertion methods (createDaylightSavingMethods.sql)
- Now just use it!