Skip to main content
Module

x/ddc_vim/deps.ts>fn.localtime

Dark deno-powered completion framework for neovim/Vim
Latest
function fn.localtime
import { fn } from "https://deno.land/x/ddc_vim@v4.3.1/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>