package
Version:
v0.0.11
Opens a new window with list of versions in this module.
Published: Oct 14, 2025
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Loader: creates and returns the time module for Lua.
This function should be registered with L.PreloadModule("time", time.Loader)
@luamodule time
Example usage in Lua:
local time = require("time")
local now = time.now()
local formatted = time.format(now, "2006-01-02 15:04:05")
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.