Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ String
Method
String
pkg/nano/time.go:96–98 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
94
}
95
96
func
(t Ts) String() string {
97
return
t.Time().Format(time.RFC3339)
98
}
99
100
func
(t Ts) Pretty() string {
101
return
t.Time().Format(
"01/02/2006@15:04:05"
)
Callers
nothing calls this directly
Calls
2
Time
Method · 0.95
Format
Method · 0.45
Tested by
no test coverage detected