UNPKG

pimatic

Version:

A home automation server and framework for the Raspberry PI running on node.js

6 lines (4 loc) 184 B
import { createLocalOrUTC } from './from-anything'; export function createLocal (input, format, locale, strict) { return createLocalOrUTC(input, format, locale, strict, false); }