public static string GetVTimeZone(string timeZoneId)
 {
     return(TimeZoneConverter.ConvertToVTimeZone(TimeZoneInfo.FindSystemTimeZoneById(timeZoneId)).TimeZoneIdentifier.Value);
 }