Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LockGit/gochat
/ GetNowDateTime
Function
GetNowDateTime
tools/commom.go:53–55 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
51
}
52
53
func
GetNowDateTime() string {
54
return
time.Unix(time.Now().Unix(), 0).Format(
"2006-01-02 15:04:05"
)
55
}
Callers
1
PushRoom
Method · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected