Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/hex/src/service/deps.ts>djwt.getNumericDate

An ecosystem delivering practices, philosophy and portability.
Go to Latest
function djwt.getNumericDate
import { djwt } from "https://deno.land/x/hex@0.5.15/src/service/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