func Get_time_GMT() string { var cstSh, _ = time.LoadLocation("GMT") return time.Now().In(cstSh).Format("2006-01-02T15:04:05") }