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