Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

FormatRFC3339Options

import type { FormatRFC3339Options } from "https://esm.sh/v135/date-fns@3.6.0/index.d.mts";

The formatRFC3339 function options.

interface FormatRFC3339Options {
fractionDigits?:
| 0
| 1
| 2
| 3;
}

§Properties

§
fractionDigits?: 0 | 1 | 2 | 3
[src]

The number of digits after the decimal point after seconds, defaults to 0