Lorenzob's picture
Upload folder using huggingface_hub
19605ab verified
raw
history blame
187 Bytes
import { createLocalOrUTC } from './from-anything';
export function createUTC (input, format, locale, strict) {
return createLocalOrUTC(input, format, locale, strict, true).utc();
}