Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/live/commons/jwt/deps.ts>djwt.getNumericDate

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Latest
function djwt.getNumericDate
import { djwt } from "https://deno.land/x/live@1.74.1/commons/jwt/deps.ts";
const { getNumericDate } = djwt;

This helper function simplifies setting a NumericDate. It takes either a Date object or a number (in seconds) and returns the number of seconds from 1970-01-01T00:00:00Z UTC until the specified UTC date/time.

Parameters

exp: number | Date

Returns

number