JFIF x x C C " } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w !1AQ aq"2B #3Rbr{
File "utc.js"
Full Path: /var/www/html/ctctaxi/public/assets/vendor_components/moment/src/lib/create/utc.js
File size: 187 bytes
MIME-type: text/x-Algol68
Charset: utf-8
import { createLocalOrUTC } from './from-anything';
export function createUTC (input, format, locale, strict) {
return createLocalOrUTC(input, format, locale, strict, true).utc();
}