Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
function unixtimeParse
import { unixtimeParse } from "https://deno.land/x/simple_utility@v1.3.0/mod.universal.ts";

Convert from formatted datetime string such as ISO8601 to UNIX time in seconds.

Examples

Example 1

const time = unixtimeParse("2023-05-18T08:31:32.292Z");

Parameters

ds: string

Returns

number