MCPcopy 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

getConnectionExportInfoFunction · 0.70
exportCurrentToCSVFunction · 0.70
exportAllToCSVFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected