MCPcopy Create free account
hub / github.com/GoDannyLai/binlog_rollback / GetDatetimeStr

Function GetDatetimeStr

comfuncs.go:112–114  ·  view source on GitHub ↗
(sec int64, nsec int64, timeFmt string)

Source from the content-addressed store, hash-verified

110}
111
112func GetDatetimeStr(sec int64, nsec int64, timeFmt string) string {
113 return time.Unix(sec, nsec).Format(timeFmt)
114}
115
116func CommaSeparatedListToArray(str string) []string {
117 var arr []string

Callers 4

GetStatsPrintContentLineFunction · 0.85
GetDdlInfoContentLineFunction · 0.85
GetBigLongTrxContentLineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected