Skip to main content
Module

x/complaindate/mod.ts>createUtcInstant

JavaScript date-time utilities that keep timezones on the surface
Latest
function createUtcInstant
import { createUtcInstant } from "https://deno.land/x/complaindate@v1.0.1/mod.ts";

Create a native JS Date object from a date-time interpreted in UTC.

Parameters

unnamed 0: { year: number | string; month?: number | string; day?: number | string; hour?: number | string; minute?: number | string; second?: number | string; millisecond?: number | string; }