Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/simple_utility/src/time.ts>unixtimeParse

A handy utility collection.
Go to Latest
function unixtimeParse
import { unixtimeParse } from "https://deno.land/x/simple_utility@v0.2.2/src/time.ts";

Convert formatted datetime string such as ISO8601 to unixtime.

Parameters

dt: string

formatted datetime string.