MCPcopy Create free account
hub / github.com/cloudquery/cloudquery / normalizeDateFormat

Function normalizeDateFormat

plugins/source/airtable/src/tables.ts:110–115  ·  view source on GitHub ↗
(format: string)

Source from the content-addressed store, hash-verified

108};
109
110const normalizeDateFormat = (format: string) => {
111 if (format === 'l' || format === 'LL') {
112 return 'YYYY-MM-DD';
113 }
114 return format;
115};
116
117const normalizeTimeZone = (timeZone: string) => {
118 if (timeZone === 'client') {

Callers 1

resolverFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected