function isoAfter
isoAfter(durationMs: number): string

ISO timestamp a fixed duration after the current time — for a column that says when to do something next, rather than when something happened.

Parameters

durationMs: number

Return Type

string

Usage

import { isoAfter } from "doc.ts";