variable DAYimport { DAY } from "https://dotland.deno.dev/x/fresh@1.7.3/src/dev/deps.ts"; The number of milliseconds in a day. ExamplesExample 1 import { DAY } from "https://deno.land/std@$STD_VERSION/datetime/constants.ts"; console.log(DAY); // => 86400000 (24 * 60 * 60 * 1000) typenumber