MCPcopy Create free account
hub / github.com/bywwcnll/StreamPanel / formatTimestampForExport

Function formatTimestampForExport

devtools/modules/utils.js:57–60  ·  view source on GitHub ↗
(timestamp)

Source from the content-addressed store, hash-verified

55}
56
57export function formatTimestampForExport(timestamp) {
58 const date = new Date(timestamp);
59 return date.toISOString();
60}
61
62export function syntaxHighlight(json) {
63 return json.replace(

Callers 5

getConnectionExportInfoFunction · 0.90
exportCurrentToCSVFunction · 0.90
exportAllToCSVFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected