All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.resources.bower_components.moment.src.lib.create.utc.js Maven / Gradle / Ivy

import {createLocalOrUTC} from './from-anything';

export function createUTC(input, format, locale, strict) {
    return createLocalOrUTC(input, format, locale, strict, true).utc();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy