Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Tencent/CodeAnalysis
/ formatDateTime
Function
formatDateTime
web/packages/tca-analysis/src/utils/index.ts:24–24 ·
view source on GitHub ↗
(time: any)
Source
from the content-addressed store, hash-verified
22
* @param time 时间
23
*/
24
export
const
formatDateTime = (time: any) => formatDate(time,
'YYYY-MM-DD HH:mm:ss'
);
25
26
/**
27
* 格式化时间 - xx秒 => xx时xx分xx秒
Callers
15
UserTable
Function · 0.90
OperationRecordTable
Function · 0.90
Process
Function · 0.90
getStep3Desc
Function · 0.90
ScanDetail
Function · 0.90
RunJob
Function · 0.90
RepoList
Function · 0.90
Repo
Function · 0.90
Overview
Function · 0.90
Branchs
Function · 0.90
Tools
Function · 0.90
BaseInfo
Function · 0.90
Calls
1
formatDate
Function · 0.70
Tested by
no test coverage detected