Skip to content

Instantly share code, notes, and snippets.

@iCoolchar
Created July 3, 2017 08:45
Show Gist options
  • Save iCoolchar/1e86fe656eaf29c052d0db1735d68f19 to your computer and use it in GitHub Desktop.
Save iCoolchar/1e86fe656eaf29c052d0db1735d68f19 to your computer and use it in GitHub Desktop.
format time
t := time.Unix(1362984425, 0)
nt := t.Format("2006-01-02 15:04:05")
fmt.Println(nt)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment