import { utDecode } from "https://deno.land/x/simple_utility@v2.0.9/src/pure/time.ts";
Date
from UNIX time.
Note that in seconds not milliseconds.
Examples
Example 1
Example 1
const time = utEncode();
const date = utDecode(time);
import { utDecode } from "https://deno.land/x/simple_utility@v2.0.9/src/pure/time.ts";
Date
from UNIX time.
Note that in seconds not milliseconds.
Example 1
const time = utEncode();
const date = utDecode(time);