MCPcopy Index your code
hub / github.com/feiyu563/PrometheusAlert / createUTC

Function createUTC

static/plugins/chart.js/Chart.bundle.js:14795–14797  ·  view source on GitHub ↗
(input, format, locale, strict)

Source from the content-addressed store, hash-verified

14793 }
14794
14795 function createUTC (input, format, locale, strict) {
14796 return createLocalOrUTC(input, format, locale, strict, true).utc();
14797 }
14798
14799 function defaultParsingFlags() {
14800 // We need to deep clone this object.

Callers 9

createInvalidFunction · 0.85
handleStrictParseFunction · 0.85
localeMonthsParseFunction · 0.85
computeMonthsParseFunction · 0.85
handleStrictParse$1Function · 0.85
localeWeekdaysParseFunction · 0.85
computeWeekdaysParseFunction · 0.85
get$1Function · 0.85

Calls 1

createLocalOrUTCFunction · 0.85

Tested by

no test coverage detected