In DB in field TimeZoneId
I have string values like this:
GMT Standard Time
W. Europe Standard Time
Romance Standard Time
FLE Standard Time
What I need to get int value offset in hours by these string values i.e.
GMT Standard Time | 0
W. Europe Standard Time | 1
Romance Standard Time | 1
FLE Standard Time | 2
All string values: https://msdn.microsoft.com/en-us/library/ms912391(v=winembedded.11).aspx
I need to use ONLY T-SQL.