gwsee opened this issue 4 years ago · 1 comments
1.2 时间格式化与解析
nowTime := time.Now() stringTime := nowTime.Format("2006年1月2日 15:04:05") fmt.Println(stringTime) // 2019年01月01日 13:55:30
//正确的备注应该是 // 2019年1月1日 13:55:30
谢谢 已修复