列表
时区相关的类:TimeZoneInfo
获取时区信息
TimeZoneInfo.GetSystemTimeZones().Select(r => new SelectListItem { Value=r.Id,Text=r.StandardName});