overnote/over-golang

在01-基础语法;14-时间操作.md

gwsee opened this issue · 1 comments

gwsee commented

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

谢谢 已修复