MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / formatUtcIso

Function formatUtcIso

console/src/utils/dateFormat.ts:68–70  ·  view source on GitHub ↗
(timestampOrDate: number | Date)

Source from the content-addressed store, hash-verified

66}
67
68export function formatUtcIso(timestampOrDate: number | Date) {
69 return formatDateInUtc(timestampOrDate, ISO_FORMAT);
70}
71
72export function formatBrowserTimezone(formatString?: string) {
73 return formatDate(new Date(), formatString ?? "z");

Callers 1

aggregateByDayFunction · 0.90

Calls 1

formatDateInUtcFunction · 0.85

Tested by

no test coverage detected