MCPcopy Index your code
hub / github.com/csev/py4e / create_utc__createUTC

Function create_utc__createUTC

code/gmane/Chart.bundle.js:1659–1661  ·  view source on GitHub ↗
(input, format, locale, strict)

Source from the content-addressed store, hash-verified

1657 }
1658
1659 function create_utc__createUTC (input, format, locale, strict) {
1660 return createLocalOrUTC(input, format, locale, strict, true).utc();
1661 }
1662
1663 function defaultParsingFlags() {
1664 // We need to deep clone this object.

Callers 4

valid__createInvalidFunction · 0.85
localeMonthsParseFunction · 0.85
lists__getFunction · 0.85

Calls 1

createLocalOrUTCFunction · 0.85

Tested by

no test coverage detected