time.Parse("2006-01-02 15:04:05", "2017-06-20 18:16:15")
local, _ := time.LoadLocation("Local")
now, _ := time.ParseInLocation("2006-01-02 15:04:05", "2017-06-20 18:16:15", local)
time.Parse("2006-01-02 15:04:05", "2017-06-20 18:16:15")
local, _ := time.LoadLocation("Local")
now, _ := time.ParseInLocation("2006-01-02 15:04:05", "2017-06-20 18:16:15", local)