MCPcopy 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
96func (t Ts) String() string {
97 return t.Time().Format(time.RFC3339)
98}
99
100func (t Ts) Pretty() string {
101 return t.Time().Format("01/02/2006@15:04:05")

Callers

nothing calls this directly

Calls 2

TimeMethod · 0.95
FormatMethod · 0.45

Tested by

no test coverage detected