不为别的,只为做一个连自己都羡慕的人

go将时间转为想要的格式,且时间还是time类型

currTime :=time.Now().Format("2006-01-02 15:04:05")
local, _ := time.LoadLocation("Local")
t, _ := time.ParseInLocation("2006-01-02 15:04:05", currTime, local)
fmt.Println(t)

 

posted @ 2022-01-14 15:33  升级打怪  阅读(34)  评论(0编辑  收藏  举报