time

time#

格式化#

// 1 2 3 4 5 6
const ANSIC = "Mon Jan _2 15:04:05 2006"

time.Now().Unix()

time.Now().Format("2006-01-02 15:04:05")