import { fn } from "https://deno.land/x/ddc_vim@v4.0.2/deps.ts";
const { localtime } = fn;
Return the current time, measured as seconds since 1st Jan
1970. See also strftime()
, strptime()
and getftime()
.
Parameters
denops: Denops
import { fn } from "https://deno.land/x/ddc_vim@v4.0.2/deps.ts";
const { localtime } = fn;
Return the current time, measured as seconds since 1st Jan
1970. See also strftime()
, strptime()
and getftime()
.