Current File : //lib/node_modules/pm2/node_modules/moment/src/lib/create/local.js
import { createLocalOrUTC } from './from-anything';

export function createLocal (input, format, locale, strict) {
    return createLocalOrUTC(input, format, locale, strict, false);
}