const longForm = "2006-01-02 15:04:05"
startTime, err := time.ParseInLocation(longForm, "2022-01-05 10:52:50", PST)
fmt.Println(startTime.UTC().Format(longForm))
func ParseInLocation(layout, value string, loc *Location) (Time, error)
// 参数 layout 定义输入的时间格式