MCPcopy Create free account
hub / github.com/scottrogowski/code2flow / createUTC

Function createUTC

tests/test_code/js/moment/moment.js:104–106  ·  view source on GitHub ↗
(input, format, locale, strict)

Source from the content-addressed store, hash-verified

102 }
103
104 function createUTC(input, format, locale, strict) {
105 return createLocalOrUTC(input, format, locale, strict, true).utc();
106 }
107
108 function defaultParsingFlags() {
109 // 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