Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/ddc_vim/deps.ts>fn.localtime

Dark deno-powered completion framework for neovim/Vim8
Very Popular
Go to Latest
function fn.localtime
import { fn } from "https://deno.land/x/ddc_vim@v2.2.0/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

Returns

Promise<unknown>