Skip to main content
Module

x/ddc_vim/deps.ts>fn.localtime

Dark deno-powered completion framework for neovim/Vim8
Go to Latest
function fn.localtime
import { fn } from "https://deno.land/x/ddc_vim@v3.9.0/deps.ts";
const { localtime } = fn;

Return the current time, measured as seconds since 1st Jan 1970. See also strftime(), strptime() and getftime().

Returns

Promise<number>