MCPcopy Index your code
hub / github.com/git-bug/git-bug / FormatTime

Method FormatTime

entities/bug/comment.go:47–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45}
46
47func (c Comment) FormatTime() string {
48 return c.unixTime.Time().Format("Mon Jan 2 15:04:05 2006 -0700")
49}
50
51// IsAuthored is a sign post method for gqlgen
52func (c Comment) IsAuthored() {}

Callers 1

runBugCommentFunction · 0.80

Calls 2

TimeMethod · 0.65
FormatMethod · 0.45

Tested by

no test coverage detected