Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
124
func
createdAtString(t time.Time) string {
125
if
t.IsZero() {
126
return
"-"
127
}
128
return
t.Format(time.RFC3339)
129
}
130
131
type
enterpriseUserRow
struct
{
132
Name string
Callers
1
listCommunityUsers
Function · 0.85
Calls
1
Format
Method · 0.45
Tested by
no test coverage detected