MCPcopy Create free account
hub / github.com/breck7/scroll / defaultLocale

Function defaultLocale

external/.d3.js:16699–16706  ·  view source on GitHub ↗
(definition)

Source from the content-addressed store, hash-verified

16697});
16698
16699function defaultLocale(definition) {
16700 locale = formatLocale(definition);
16701 exports.timeFormat = locale.format;
16702 exports.timeParse = locale.parse;
16703 exports.utcFormat = locale.utcFormat;
16704 exports.utcParse = locale.utcParse;
16705 return locale;
16706}
16707
16708var isoSpecifier = "%Y-%m-%dT%H:%M:%S.%LZ";
16709

Callers 1

.d3.jsFile · 0.85

Calls 1

formatLocaleFunction · 0.85

Tested by

no test coverage detected