Brought in another asset for Ray's eye form: moment
[openemr.git] / public / assets / moment-2-13-0 / src / lib / create / utc.js
blob96139530e26d39bbee1ba3e3a1897c8bc3ee842f
1 import { createLocalOrUTC } from './from-anything';
3 export function createUTC (input, format, locale, strict) {
4     return createLocalOrUTC(input, format, locale, strict, true).utc();