(input, format, locale, strict)
| 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. |
no test coverage detected