Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bywwcnll/StreamPanel
/ formatTimestampForExport
Function
formatTimestampForExport
devtools/panel.bundle.js:125–128 ·
view source on GitHub ↗
(timestamp)
Source
from the content-addressed store, hash-verified
123
}
124
125
function
formatTimestampForExport(timestamp) {
126
const
date =
new
Date(timestamp);
127
return
date.toISOString();
128
}
129
130
function
getUrlPath(url) {
131
try {
Callers
5
getConnectionExportInfo
Function · 0.70
getCurrentConnectionExportData
Function · 0.70
getAllConnectionsExportData
Function · 0.70
exportCurrentToCSV
Function · 0.70
exportAllToCSV
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected