Skip to main content
Module

x/denops_std/function/mod.ts>localtime

📚 Standard module for denops.vim
Go to Latest
function localtime
import { localtime } from "https://deno.land/x/denops_std@v6.4.0/function/mod.ts";

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

Returns

Promise<number>