| Current Path : /proc/thread-self/root/var/www/fidelitychain/wwwOLD/node_modules/moment/src/lib/create/ |
| Current File : //proc/thread-self/root/var/www/fidelitychain/wwwOLD/node_modules/moment/src/lib/create/utc.js |
import { createLocalOrUTC } from './from-anything';
export function createUTC(input, format, locale, strict) {
return createLocalOrUTC(input, format, locale, strict, true).utc();
}