s := time.Now().Format("20060102")

	t := time.Unix(1362984425, 0)
	nt := t.Format("2006-01-02 15:04:05")
	fmt.Println(nt)