MCPcopy Index your code
hub / github.com/1Panel-dev/1Panel / createdAtString

Function createdAtString

core/cmd/server/cmd/user.go:124–129  ·  view source on GitHub ↗
(t time.Time)

Source from the content-addressed store, hash-verified

122}
123
124func createdAtString(t time.Time) string {
125 if t.IsZero() {
126 return "-"
127 }
128 return t.Format(time.RFC3339)
129}
130
131type enterpriseUserRow struct {
132 Name string

Callers 1

listCommunityUsersFunction · 0.85

Calls 1

FormatMethod · 0.45

Tested by

no test coverage detected