Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/CovenantSQL/CovenantSQL
/ formatUnixTime
Function
formatUnixTime
cmd/cql-proxy/api/utils.go:119–124 ·
view source on GitHub ↗
(t int64)
Source
from the content-addressed store, hash-verified
117
}
118
119
func
formatUnixTime(t int64)
interface
{} {
120
if
t == 0 {
121
return
nil
122
}
123
return
time.Unix(t, 0).UTC().String()
124
}
Callers
11
projectUserList
Function · 0.85
queryProjectUser
Function · 0.85
updateProjectUser
Function · 0.85
createProjectTable
Function · 0.85
getProjectTableDetail
Function · 0.85
addFieldsToProjectTable
Function · 0.85
dropProjectTable
Function · 0.85
batchQueryProjectUser
Function · 0.85
updateProjectTableRules
Function · 0.85
listTasks
Function · 0.85
getTask
Function · 0.85
Calls
1
String
Method · 0.45
Tested by
no test coverage detected