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

x/simple_utility/src/time.ts>unixtimeParse

Useful snippet collection.
Go to Latest
function unixtimeParse
import { unixtimeParse } from "https://deno.land/x/simple_utility@v0.4.2/src/time.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